diff options
| author | Bruce Momjian <bruce@momjian.us> | 1997-09-08 02:41:22 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1997-09-08 02:41:22 +0000 |
| commit | 319dbfa7364721d3343af03a7ce063c2a2c9d385 (patch) | |
| tree | a2146fe02c49ce1e497b7c287dfcaa367a703ae4 /src/include/port/nextstep.h | |
| parent | a90f12fd9d6886da4f0734288496361a304d3882 (diff) | |
| download | postgresql-319dbfa7364721d3343af03a7ce063c2a2c9d385.tar.gz | |
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
Diffstat (limited to 'src/include/port/nextstep.h')
| -rw-r--r-- | src/include/port/nextstep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/port/nextstep.h b/src/include/port/nextstep.h index f893b48b03..d0b43d5716 100644 --- a/src/include/port/nextstep.h +++ b/src/include/port/nextstep.h @@ -3,11 +3,11 @@ #if defined(__STRICT_ANSI__) #define isascii(c) ((unsigned)(c)<=0177) #endif -extern char *strdup(const char *string); +extern char *strdup(const char *string); #ifndef _POSIX_SOURCE typedef unsigned short mode_t; -typedef int sigset_t; +typedef int sigset_t; #define SIG_BLOCK 00 #define SIG_UNBLOCK 01 |
