OSDN Git Service

Standard pgindent run for 8.1.
[pg-rex/syncrep.git] / src / include / catalog / pg_language.h
index 2254a5b..6bbbcd8 100644 (file)
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_language.h,v 1.26 2005/04/14 01:38:20 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_language.h,v 1.27 2005/10/15 02:49:42 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
@@ -31,7 +31,7 @@
  *             typedef struct FormData_pg_language
  * ----------------
  */
-#define LanguageRelationId  2612
+#define LanguageRelationId     2612
 
 CATALOG(pg_language,2612)
 {