diff options
| author | Bruce Momjian | 2005-07-22 03:46:34 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2005-07-22 03:46:34 +0000 |
| commit | d5f1e08c0cfa59572393bdc0cf844a91b08c7321 (patch) | |
| tree | bb0ef7a9526b385665febcbe7bb1d636b305d30c /src/include/pgtime.h | |
| parent | e9c44bd38226b9de03ae55e77168b77dc767a9a4 (diff) | |
Code spacing improvement, particularly *tm spacing.
Diffstat (limited to 'src/include/pgtime.h')
| -rw-r--r-- | src/include/pgtime.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/pgtime.h b/src/include/pgtime.h index c36a871fb3..ab4bdef1f6 100644 --- a/src/include/pgtime.h +++ b/src/include/pgtime.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * * IDENTIFICATION - * $PostgreSQL: pgsql/src/include/pgtime.h,v 1.8 2005/06/15 00:34:09 momjian Exp $ + * $PostgreSQL: pgsql/src/include/pgtime.h,v 1.9 2005/07/22 03:46:34 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -49,7 +49,7 @@ extern int pg_next_dst_boundary(const pg_time_t *timep, int *after_isdst, const pg_tz *tz); extern size_t pg_strftime(char *s, size_t max, const char *format, - const struct pg_tm * tm); + const struct pg_tm *tm); extern void pg_timezone_initialize(void); extern pg_tz *pg_tzset(const char *tzname); |
