From 796bdda484c838313959f65e2b700f14ac7c0e66 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Tue, 18 Mar 2025 09:02:36 -0400 Subject: [PATCH] Fix indentation again. Because somehow I manage to keep forgetting this. --- src/include/commands/explain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.30.2