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

Appearance settings

Commit 3811abf

Browse filesBrowse files
committed
fix formatting
1 parent 7080342 commit 3811abf
Copy full SHA for 3811abf

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎jsquery_support.c

Copy file name to clipboardExpand all lines: jsquery_support.c
+3-3Lines 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
#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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.