diff options
author | Robert Haas <rhaas@postgresql.org> | 2025-03-18 09:02:36 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2025-03-18 09:02:36 -0400 |
commit | 796bdda484c838313959f65e2b700f14ac7c0e66 (patch) | |
tree | e003089ecdedf926f8f73a4243de599ff7043398 | |
parent | c65bc2e1d14a2d4daed7c1921ac518f2c5ac3d17 (diff) | |
download | postgresql-796bdda484c838313959f65e2b700f14ac7c0e66.tar.gz postgresql-796bdda484c838313959f65e2b700f14ac7c0e66.zip |
Fix indentation again.
Because somehow I manage to keep forgetting this.
-rw-r--r-- | src/include/commands/explain.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |