]> granicus.if.org Git - postgresql/blobdiff - src/include/access/printtup.h
Another PGINDENT run that changes variable indenting and case label indenting. Also...
[postgresql] / src / include / access / printtup.h
index 81321c6ca6fdd7804583666793dafd4c7279c2d4..a86a4596d660f7efba65cca5972f663b5fbc9781 100644 (file)
@@ -1,26 +1,26 @@
 /*-------------------------------------------------------------------------
  *
  * printtup.h--
- *    
+ *
  *
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: printtup.h,v 1.2 1996/11/06 08:52:04 scrappy Exp $
+ * $Id: printtup.h,v 1.4 1997/09/08 02:34:19 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
-#ifndef        PRINTTUP_H
+#ifndef PRINTTUP_H
 #define PRINTTUP_H
 
 #include <access/htup.h>
 #include <access/tupdesc.h>
 
-extern Oid typtoout(Oid type);
+extern Oid     typtoout(Oid type);
 extern void printtup(HeapTuple tuple, TupleDesc typeinfo);
 extern void showatts(char *name, TupleDesc attinfo);
 extern void debugtup(HeapTuple tuple, TupleDesc typeinfo);
 extern void printtup_internal(HeapTuple tuple, TupleDesc typeinfo);
-extern Oid gettypelem(Oid type);
+extern Oid     gettypelem(Oid type);
 
-#endif /* PRINTTUP_H */
+#endif                                                 /* PRINTTUP_H */