Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf896b5e

Browse files
committed
Formatting improvement.
1 parentb1d78fc commitf896b5e

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(intwhich,conststructitimerval*value,structitimerval*ovalue)
84+
setitimer(intwhich,conststructitimerval*value,structitimerval*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
structtimevalit_interval;
163163
structtimevalit_value;
164164
};
165-
intsetitimer(intwhich,conststructitimerval*value,structitimerval*ovalue);
165+
intsetitimer(intwhich,conststructitimerval*value,structitimerval*ovalue);
166166

167167

168168
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp