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

Commit09dfed4

Browse files
committed
Cleanup backslashes.
1 parenta2a0842 commit09dfed4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/include/storage/s_lock.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.4 1997/09/2215:59:19 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.5 1997/09/2218:14:25 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -146,7 +146,7 @@ static inttas(slock_t *lock);
146146

147147
#defineS_LOCK(lock)do \
148148
{ \
149-
while (cs((int *) (lock), 0, 1)) \
149+
while (cs((int *) (lock), 0, 1)) \
150150
; \
151151
} while (0)
152152

@@ -381,7 +381,7 @@ success:\n\
381381
");
382382
}
383383

384-
#defineS_LOCK(lock)do \
384+
#defineS_LOCK(lock)do \
385385
{ \
386386
while (tas(lock)) \
387387
; \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp