OSDN Git Service

Another pgindent run. Fixes enum indenting, and improves #endif
[pg-rex/syncrep.git] / src / include / catalog / pg_index.h
index 3a0a60f..0dc7c0c 100644 (file)
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_index.h,v 1.25 2001/10/25 05:49:57 momjian Exp $
+ * $Id: pg_index.h,v 1.26 2001/10/28 06:26:00 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
@@ -71,4 +71,5 @@ typedef FormData_pg_index *Form_pg_index;
 #define Anum_pg_index_indisprimary             8
 #define Anum_pg_index_indreference             9
 #define Anum_pg_index_indpred                  10
+
 #endif  /* PG_INDEX_H */