git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b1d78fc)
Formatting improvement.
Wed, 9 Aug 2006 17:33:52 +0000 (17:33 +0000)
Wed, 9 Aug 2006 17:33:52 +0000 (17:33 +0000)

diff --git a/src/backend/port/win32/timer.c b/src/backend/port/win32/timer.c
index f5079c6b49f877aa464738c7eaa7488962f1645c..1531007d9e08475377545af97349378d7e55e5f9 100644 (file)
--- a/src/backend/port/win32/timer.c
+++ b/src/backend/port/win32/timer.c
@@ -11,7 +11,7 @@
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/port/win32/timer.c,v 1.8 2006年03月05日 15:58:35 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/win32/timer.c,v 1.9 2006年08月09日 17:33:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -81,7 +81,7 @@ pg_timer_thread(LPVOID param)
* to handle the timer setting and notification upon timeout.
*/
int
-setitimer(int which, const struct itimerval * value, struct itimerval * ovalue)
+setitimer(int which, const struct itimerval *value, struct itimerval *ovalue)
{
Assert(value != NULL);
Assert(value->it_interval.tv_sec == 0 && value->it_interval.tv_usec == 0);
diff --git a/src/include/port/win32.h b/src/include/port/win32.h
index e6057093cc4f8ed2d51b007fb05867ca7cad88b0..e10e53f7dd805c1be049225c985f7bdc5a343467 100644 (file)
--- 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);
/*
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /