Skip to content

Commit

Permalink
Fxup: Tabs instead of spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Richman committed Apr 12, 2024
1 parent de0a115 commit c99c024
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/pg_repack.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,9 @@ main(int argc, char *argv[])
(errcode(EINVAL),
errmsg("too many arguments")));

if(switch_threshold >= apply_count)
ereport(ERROR, (errcode(EINVAL),
errmsg("switch_threshold must be less than apply_count")));
if(switch_threshold >= apply_count)
ereport(ERROR, (errcode(EINVAL),
errmsg("switch_threshold must be less than apply_count")));

check_tablespace();

Expand Down

0 comments on commit c99c024

Please sign in to comment.