diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-08-09 17:33:52 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-08-09 17:33:52 +0000 |
commit | f896b5e1466c41dbb203b440392af4fd875cdd79 (patch) | |
tree | ba16434342139df89f60706f7b823795edf23827 /src/include/port/win32.h | |
parent | b1d78fc9c7c1250b3363dd173b4f66b916883af2 (diff) | |
download | postgresql-f896b5e1466c41dbb203b440392af4fd875cdd79.tar.gz postgresql-f896b5e1466c41dbb203b440392af4fd875cdd79.zip |
Formatting improvement.
Diffstat (limited to 'src/include/port/win32.h')
-rw-r--r-- | src/include/port/win32.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/port/win32.h b/src/include/port/win32.h index e6057093cc4..e10e53f7dd8 100644 --- a/src/include/port/win32.h +++ b/src/include/port/win32.h @@ -1,4 +1,4 @@ -/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.55 2006/08/08 18:49:14 momjian Exp $ */ +/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.56 2006/08/09 17:33:52 momjian Exp $ */ /* undefine and redefine after #include */ #undef mkdir @@ -162,7 +162,7 @@ struct itimerval struct timeval it_interval; struct timeval it_value; }; -int setitimer(int which, const struct itimerval * value, struct itimerval * ovalue); +int setitimer(int which, const struct itimerval *value, struct itimerval *ovalue); /* |