Fix indentation again.
authorRobert Haas <[email protected]>
Tue, 18 Mar 2025 13:02:36 +0000 (09:02 -0400)
committerRobert Haas <[email protected]>
Tue, 18 Mar 2025 13:02:36 +0000 (09:02 -0400)
Because somehow I manage to keep forgetting this.

src/include/commands/explain.h

index 783f67b468a1b0089c8b9e2f6ab334998ad71536..54dc5e5c254369b63e0e31860b8afcb7382b618a 100644 (file)
@@ -16,7 +16,7 @@
 #include "executor/executor.h"
 #include "parser/parse_node.h"
 
-struct ExplainState;   /* defined in explain_state.h */
+struct ExplainState;           /* defined in explain_state.h */
 
 /* Hook for plugins to get control in ExplainOneQuery() */
 typedef void (*ExplainOneQuery_hook_type) (Query *query,