Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkimxxx committed Aug 29, 2024
1 parent b99ff8f commit fdf76e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CTP/sql_by_cci/execute.c
Original file line number Diff line number Diff line change
Expand Up @@ -1010,11 +1010,11 @@ readFile (char *fileName)
{
hasqp = 1;
}
else if (startswith(line, "--@joingraph"))
{
hasjg = 1;
hasqp = 1;
}
else if (startswith(line, "--@joingraph"))
{
hasjg = 1;
hasqp = 1;
}
else if (startswithCI (line, "--+ server-message") ||
startswithCI (line, "--+server-message") ||
startswithCI (line, "--+ holdcas") || startswithCI (line, "--+holdcas"))
Expand Down

0 comments on commit fdf76e8

Please sign in to comment.