Skip to content

Commit 3811abf

Browse files
committed
fix formatting
1 parent 7080342 commit 3811abf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jsquery_support.c

+3-3
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
#define read_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)