aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/proclang.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/proclang.h')
-rw-r--r--src/include/commands/proclang.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/commands/proclang.h b/src/include/commands/proclang.h
index af6182cccab..7b9fdf34da9 100644
--- a/src/include/commands/proclang.h
+++ b/src/include/commands/proclang.h
@@ -11,7 +11,7 @@
#include <nodes/parsenodes.h>
-extern void CreateProceduralLanguage(CreatePLangStmt * stmt);
-extern void DropProceduralLanguage(DropPLangStmt * stmt);
+extern void CreateProceduralLanguage(CreatePLangStmt *stmt);
+extern void DropProceduralLanguage(DropPLangStmt *stmt);
#endif /* PROCLANG_H */