mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: rewriteDefine.h,v 1.2 1997/09/07 05:00:33 momjian Exp $
|
||||
* $Id: rewriteDefine.h,v 1.3 1997/09/08 02:38:48 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef REWRITEDEFINE_H
|
||||
#define REWRITEDEFINE_H
|
||||
|
||||
extern void DefineQueryRewrite(RuleStmt * args);
|
||||
extern void DefineQueryRewrite(RuleStmt * args);
|
||||
|
||||
#endif /* REWRITEDEFINE_H */
|
||||
|
||||
Reference in New Issue
Block a user