]> granicus.if.org Git - postgresql/blobdiff - src/include/catalog/pg_shseclabel.h
Phase 2 of pgindent updates.
[postgresql] / src / include / catalog / pg_shseclabel.h
index e559b40935221c13c2047bacaa79c314305451f4..f8a906bb126848c677d2408ff4dce59d4b6191a7 100644 (file)
@@ -28,8 +28,7 @@ CATALOG(pg_shseclabel,3592) BKI_SHARED_RELATION BKI_ROWTYPE_OID(4066) BKI_WITHOU
 
 #ifdef CATALOG_VARLEN                  /* variable-length fields start here */
        text            provider BKI_FORCE_NOT_NULL;    /* name of label provider */
-       text            label BKI_FORCE_NOT_NULL;               /* security label of the
-                                                                                                * object */
+       text            label BKI_FORCE_NOT_NULL;       /* security label of the object */
 #endif
 } FormData_pg_shseclabel;
 
@@ -45,4 +44,4 @@ typedef FormData_pg_shseclabel * Form_pg_shseclabel;
 #define Anum_pg_shseclabel_provider            3
 #define Anum_pg_shseclabel_label               4
 
-#endif   /* PG_SHSECLABEL_H */
+#endif                                                 /* PG_SHSECLABEL_H */