Skip to content

Commit 2e1fde8

Browse files
committed
indent
1 parent e76e50d commit 2e1fde8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

table_postgres.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ table_postgres_fetch(int service, struct dict *params, char *dst, size_t sz)
458458

459459
if (config->source_ncall < config->source_refresh &&
460460
time(NULL) - config->source_update < config->source_expire)
461-
goto fetch;
461+
goto fetch;
462462

463463
res = PQexecPrepared(config->db, stmt, 0, NULL, NULL, NULL, 0);
464464
if (PQresultStatus(res) != PGRES_TUPLES_OK) {

0 commit comments

Comments
 (0)