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

Commit3811abf

Browse files
committed
fix formatting
1 parent7080342 commit3811abf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎jsquery_support.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*-------------------------------------------------------------------------
22
*
33
* jsquery_support.c
4-
*Functions and operations to support jsquery
4+
*Functions and operations to support jsquery
55
*
66
* Copyright (c) 2014, PostgreSQL Global Development Group
77
* Author: Teodor Sigaev <teodor@sigaev.ru>
88
*
99
* IDENTIFICATION
10-
*contrib/jsquery/jsquery_support.c
10+
*contrib/jsquery/jsquery_support.c
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -22,7 +22,7 @@
2222
} while(0)\
2323

2424
#defineread_int32(v,b,p) do {\
25-
(v) = *(uint32*)((b) + (p));\
25+
(v) = *(uint32*)((b) + (p));\
2626
(p) += sizeof(int32);\
2727
} while(0)\
2828

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp