diff options
author | Bruce Momjian | 2004-05-21 12:30:25 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-05-21 12:30:25 +0000 |
commit | 0a19fb42c2e68dac334b173b85f2d28005fcbd8c (patch) | |
tree | 9c05341aeafd7e945a4dd010888dc2d61d63d7fb /src/timezone/pgtz.h | |
parent | 63bd0db12199c5df043e1dea0f2b574f622b3a4c (diff) |
Pgindent timezone file, per request from Tom.
Diffstat (limited to 'src/timezone/pgtz.h')
-rw-r--r-- | src/timezone/pgtz.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/timezone/pgtz.h b/src/timezone/pgtz.h index 09da7ab180a..136e1720714 100644 --- a/src/timezone/pgtz.h +++ b/src/timezone/pgtz.h @@ -9,7 +9,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * * IDENTIFICATION - * $PostgreSQL: pgsql/src/timezone/pgtz.h,v 1.7 2004/05/21 05:08:06 tgl Exp $ + * $PostgreSQL: pgsql/src/timezone/pgtz.h,v 1.8 2004/05/21 12:30:25 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -18,6 +18,6 @@ #define TZ_STRLEN_MAX 255 -extern char *pg_TZDIR(void); +extern char *pg_TZDIR(void); -#endif /* _PGTZ_H */ +#endif /* _PGTZ_H */ |