]> granicus.if.org Git - postgresql/blobdiff - src/include/miscadmin.h
Phase 2 of pgindent updates.
[postgresql] / src / include / miscadmin.h
index 35ac4f619482395efbcc54634662d91712c9f649..21a77289f86e85e7b77745a6edced95a6b3ae6d0 100644 (file)
@@ -111,7 +111,7 @@ do { \
        if (InterruptPending) \
                ProcessInterrupts(); \
 } while(0)
-#endif   /* WIN32 */
+#endif                                                 /* WIN32 */
 
 
 #define HOLD_INTERRUPTS()  (InterruptHoldoffCount++)
@@ -472,4 +472,4 @@ extern bool has_rolreplication(Oid roleid);
 extern bool BackupInProgress(void);
 extern void CancelBackup(void);
 
-#endif   /* MISCADMIN_H */
+#endif                                                 /* MISCADMIN_H */