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

Commit8fe8fc9

Browse files
committed
Fix alignment
1 parent246b539 commit8fe8fc9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

‎src/include/storage/s_lock.h

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.81 2001/01/1906:59:59 momjian Exp $
12+
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.82 2001/01/1907:03:53 momjian Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -391,10 +391,11 @@ tas(volatile slock_t *lock)
391391
*/
392392

393393
#defineS_UNLOCK(lock) \
394-
do { \
395-
volatile slock_t *lock_ = (volatile slock_t *) (lock); \
396-
lock_->sema[0] = lock_->sema[1] = lock_->sema[2] = lock_->sema[3] = -1; \
397-
} while (0)
394+
do { \
395+
volatile slock_t *lock_ = (volatile slock_t *) (lock); \
396+
lock_->sema[0] = lock_->sema[1] = \
397+
lock_->sema[2] = lock_->sema[3] = -1; \
398+
} while (0)
398399

399400
#defineS_LOCK_FREE(lock)( *(int *) (((long) (lock) + 15) & ~15) != 0)
400401

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp