mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Ye-old pgindent run. Same 4-space tabs.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: makefuncs.h,v 1.23 2000/02/15 03:38:13 thomas Exp $
|
||||
* $Id: makefuncs.h,v 1.24 2000/04/12 17:16:40 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -47,6 +47,6 @@ extern Const *makeConst(Oid consttype,
|
||||
bool constiscast);
|
||||
|
||||
extern Attr *
|
||||
makeAttr(char *relname, char *attname);
|
||||
makeAttr(char *relname, char *attname);
|
||||
|
||||
#endif /* MAKEFUNC_H */
|
||||
|
||||
Reference in New Issue
Block a user