From: Robert Haas Date: Tue, 18 Mar 2025 13:02:36 +0000 (-0400) Subject: Fix indentation again. X-Git-Tag: REL_18_BETA1~541 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=796bdda484;p=thirdparty%2Fpostgresql.git Fix indentation again. Because somehow I manage to keep forgetting this. --- diff --git a/src/include/commands/explain.h b/src/include/commands/explain.h index 783f67b468a..54dc5e5c254 100644 --- a/src/include/commands/explain.h +++ b/src/include/commands/explain.h @@ -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,