summaryrefslogtreecommitdiff
path: root/src/include/c.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/c.h')
-rw-r--r--src/include/c.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/c.h b/src/include/c.h
index 0f89c0224d..2a082afab1 100644
--- a/src/include/c.h
+++ b/src/include/c.h
@@ -414,15 +414,15 @@ typedef unsigned long long int uint64;
typedef PG_INT128_TYPE int128
#if defined(pg_attribute_aligned)
-pg_attribute_aligned(MAXIMUM_ALIGNOF)
+ pg_attribute_aligned(MAXIMUM_ALIGNOF)
#endif
-;
+ ;
typedef unsigned PG_INT128_TYPE uint128
#if defined(pg_attribute_aligned)
-pg_attribute_aligned(MAXIMUM_ALIGNOF)
+ pg_attribute_aligned(MAXIMUM_ALIGNOF)
#endif
-;
+ ;
#endif
#endif
@@ -800,8 +800,8 @@ typedef NameData *Name;
*/
#ifndef FRONTEND
extern void ExceptionalCondition(const char *conditionName,
- const char *errorType,
- const char *fileName, int lineNumber) pg_attribute_noreturn();
+ const char *errorType,
+ const char *fileName, int lineNumber) pg_attribute_noreturn();
#endif
/*