mirror of
https://github.com/postgres/postgres.git
synced 2025-12-16 16:42:29 +03:00
OK, folks, here is the pgindent output.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: dllist.h,v 1.7 1997/09/08 21:52:17 momjian Exp $
|
||||
* $Id: dllist.h,v 1.8 1998/09/01 04:36:15 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -69,4 +69,4 @@ extern Dlelem *DLRemHead(Dllist *list); /* remove and return the head */
|
||||
|
||||
#define DLE_VAL(x) (x->dle_val)
|
||||
|
||||
#endif /* DLLIST_H */
|
||||
#endif /* DLLIST_H */
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: fstack.h,v 1.5 1997/09/08 21:52:20 momjian Exp $
|
||||
* $Id: fstack.h,v 1.6 1998/09/01 04:36:16 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -111,4 +111,4 @@ extern Pointer FixedStackGetTop(FixedStack stack);
|
||||
*/
|
||||
extern Pointer FixedStackGetNext(FixedStack stack, Pointer pointer);
|
||||
|
||||
#endif /* FSTACK_H */
|
||||
#endif /* FSTACK_H */
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: hasht.h,v 1.5 1997/09/08 21:52:21 momjian Exp $
|
||||
* $Id: hasht.h,v 1.6 1998/09/01 04:36:17 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -20,4 +20,4 @@ typedef void (*HashtFunc) ();
|
||||
|
||||
extern void HashTableWalk(HTAB *hashtable, HashtFunc function, int arg);
|
||||
|
||||
#endif /* HASHT_H */
|
||||
#endif /* HASHT_H */
|
||||
|
||||
@@ -6,11 +6,11 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: lispsort.h,v 1.3 1997/09/07 04:58:12 momjian Exp $
|
||||
* $Id: lispsort.h,v 1.4 1998/09/01 04:36:19 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef LISPSORT_H
|
||||
#define LISPSORT_H
|
||||
|
||||
#endif /* LISPSORT_H */
|
||||
#endif /* LISPSORT_H */
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: qsort.h,v 1.5 1998/02/26 04:41:31 momjian Exp $
|
||||
* $Id: qsort.h,v 1.6 1998/09/01 04:36:20 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -14,10 +14,9 @@
|
||||
#define QSORT_H
|
||||
|
||||
|
||||
extern void
|
||||
pg_qsort(void *bot,
|
||||
extern void pg_qsort(void *bot,
|
||||
size_t nmemb,
|
||||
size_t size,
|
||||
int (*compar) (void *, void *));
|
||||
|
||||
#endif /* QSORT_H */
|
||||
#endif /* QSORT_H */
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: stringinfo.h,v 1.6 1998/03/20 04:12:21 momjian Exp $
|
||||
* $Id: stringinfo.h,v 1.7 1998/09/01 04:36:21 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -44,4 +44,4 @@ extern StringInfo makeStringInfo(void);
|
||||
*/
|
||||
extern void appendStringInfo(StringInfo str, char *buffer);
|
||||
|
||||
#endif /* STRINGINFO_H */
|
||||
#endif /* STRINGINFO_H */
|
||||
|
||||
Reference in New Issue
Block a user