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

Commit7080342

Browse files
committed
fix formatting
1 parenta8191e1 commit7080342

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

‎jsquery.h‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*-------------------------------------------------------------------------
22
*
33
* jsquery.h
4-
*Definitions of jsquery datatype
4+
*Definitions of jsquery datatype
55
*
66
* Copyright (c) 2014, PostgreSQL Global Development Group
77
* Author: Teodor Sigaev <teodor@sigaev.ru>
88
*
99
* IDENTIFICATION
10-
*contrib/jsquery/jsquery.h
10+
*contrib/jsquery/jsquery.h
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -130,7 +130,7 @@ typedef struct JsQueryParseItem JsQueryParseItem;
130130

131131
structJsQueryParseItem {
132132
JsQueryItemTypetype;
133-
JsQueryHinthint;
133+
JsQueryHinthint;
134134
JsQueryParseItem*next;/* next in path */
135135

136136
union {
@@ -145,8 +145,8 @@ struct JsQueryParseItem {
145145
Numericnumeric;
146146
boolboolean;
147147
struct {
148-
uint32len;
149-
char*val;/* could not be not null-terminated */
148+
uint32len;
149+
char*val;/* could not be not null-terminated */
150150
}string;
151151

152152
struct {
@@ -162,10 +162,10 @@ extern JsQueryParseItem* parsejsquery(const char *str, int len);
162162

163163
typedefenum
164164
{
165-
iAny=jqiAny,
166-
iAnyArray=jqiAnyArray,
167-
iKey=jqiKey,
168-
iAnyKey=jqiAnyKey
165+
iAny=jqiAny,
166+
iAnyArray=jqiAnyArray,
167+
iKey=jqiKey,
168+
iAnyKey=jqiAnyKey
169169
}PathItemType;
170170

171171
typedefstructPathItemPathItem;
@@ -201,7 +201,7 @@ typedef struct ExtractedNode ExtractedNode;
201201
structExtractedNode
202202
{
203203
ExtractedNodeTypetype;
204-
JsQueryHinthint;
204+
JsQueryHinthint;
205205
PathItem*path;
206206
boolindirect;
207207
SelectivityClasssClass;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp