Skip to content

Commit a63802e

Browse files
author
Rahul Parande
committed
Fixed indentation
Signed-off-by: Rahul Parande <[email protected]>
1 parent e8b57d6 commit a63802e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/rewrite/rewriteHandler.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4436,8 +4436,8 @@ QueryRewrite(Query *parsetree)
44364436
* If this is a view with broken rules, try to repair it
44374437
* using the definition from babelfish_view_def
44384438
*/
4439-
if (view_repair_hook)
4440-
(*view_repair_hook)(parsetree);
4439+
if (view_repair_hook)
4440+
(*view_repair_hook)(parsetree);
44414441
/*
44424442
* Step 1
44434443
*

0 commit comments

Comments
 (0)