Skip to content

Commit 6e36b0d

Browse files
author
ivanchubb
committed
whitespace allignment fix
1 parent cf04973 commit 6e36b0d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

common/misc.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ char *freshdbdir(void)
127127
void print_version(const char *dbdir)
128128
{
129129
unsigned int db_version = 0;
130-
time_t db_time = 0;
131-
int got = 0;
130+
time_t db_time = 0;
131+
int got = 0;
132132

133133
got = cl_get_db_build_info(dbdir, &db_version, &db_time);
134134

@@ -157,9 +157,9 @@ int cl_get_db_build_info(const char *dbdir, unsigned int *out_version, time_t *o
157157
{
158158
char *fdbdir = NULL, *path = NULL;
159159
const char *pt;
160-
struct cl_cvd *daily = NULL;
160+
struct cl_cvd *daily = NULL;
161161
unsigned int db_version = 0;
162-
time_t db_time = 0;
162+
time_t db_time = 0;
163163

164164
if (dbdir)
165165
pt = dbdir;

0 commit comments

Comments
 (0)