Skip to content

Commit 796bdda

Browse files
committed
Fix indentation again.
Because somehow I manage to keep forgetting this.
1 parent c65bc2e commit 796bdda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/commands/explain.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include "executor/executor.h"
1717
#include "parser/parse_node.h"
1818

19-
struct ExplainState; /* defined in explain_state.h */
19+
struct ExplainState; /* defined in explain_state.h */
2020

2121
/* Hook for plugins to get control in ExplainOneQuery() */
2222
typedef void (*ExplainOneQuery_hook_type) (Query *query,

0 commit comments

Comments
 (0)