Skip to content

Commit

Permalink
pgindent run
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarwick committed Sep 11, 2017
1 parent 0e6699e commit a9f4a02
Show file tree
Hide file tree
Showing 36 changed files with 3,489 additions and 3,254 deletions.
1 change: 0 additions & 1 deletion compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,3 @@ appendShellString(PQExpBuffer buf, const char *str)

appendPQExpBufferChar(buf, '\'');
}

6 changes: 2 additions & 4 deletions compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
#ifndef _COMPAT_H_
#define _COMPAT_H_

extern void
appendConnStrVal(PQExpBuffer buf, const char *str);
extern void appendConnStrVal(PQExpBuffer buf, const char *str);

extern void
appendShellString(PQExpBuffer buf, const char *str);
extern void appendShellString(PQExpBuffer buf, const char *str);

#endif
Loading

0 comments on commit a9f4a02

Please sign in to comment.