Skip to content

Commit f896b5e

Browse files
committed
Formatting improvement.
1 parent b1d78fc commit f896b5e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/backend/port/win32/timer.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
1212
*
1313
* IDENTIFICATION
14-
* $PostgreSQL: pgsql/src/backend/port/win32/timer.c,v 1.8 2006/03/05 15:58:35 momjian Exp $
14+
* $PostgreSQL: pgsql/src/backend/port/win32/timer.c,v 1.9 2006/08/09 17:33:52 momjian Exp $
1515
*
1616
*-------------------------------------------------------------------------
1717
*/
@@ -81,7 +81,7 @@ pg_timer_thread(LPVOID param)
8181
* to handle the timer setting and notification upon timeout.
8282
*/
8383
int
84-
setitimer(int which, const struct itimerval * value, struct itimerval * ovalue)
84+
setitimer(int which, const struct itimerval *value, struct itimerval *ovalue)
8585
{
8686
Assert(value != NULL);
8787
Assert(value->it_interval.tv_sec == 0 && value->it_interval.tv_usec == 0);

src/include/port/win32.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.55 2006/08/08 18:49:14 momjian Exp $ */
1+
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.56 2006/08/09 17:33:52 momjian Exp $ */
22

33
/* undefine and redefine after #include */
44
#undef mkdir
@@ -162,7 +162,7 @@ struct itimerval
162162
struct timeval it_interval;
163163
struct timeval it_value;
164164
};
165-
int setitimer(int which, const struct itimerval * value, struct itimerval * ovalue);
165+
int setitimer(int which, const struct itimerval *value, struct itimerval *ovalue);
166166

167167

168168
/*

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy