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

Commita274239

Browse files
committed
More alignment improvements.
1 parent71b9df2 commita274239

File tree

1 file changed

+4
-4
lines changed
  • src/interfaces/ecpg/preproc

1 file changed

+4
-4
lines changed

‎src/interfaces/ecpg/preproc/pgc.l

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
*
1414
* IDENTIFICATION
15-
* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.138 2006/02/01 20:56:44 momjian Exp $
15+
* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.139 2006/02/01 20:57:39 momjian Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -97,7 +97,7 @@ static struct _if_value
9797
*<xd> delimited identifiers (double-quoted identifiers) - thomas 1997-10-27
9898
*<xh> hexadecimal numeric string - thomas 1997-11-16
9999
*<xq> quoted strings - thomas 1997-07-30
100-
*<xdolq> $foo$ quoted strings
100+
* <xdolq> $foo$ quoted strings
101101
*/
102102

103103
%xxb
@@ -124,7 +124,7 @@ xhinside[^']*
124124
xnstart[nN]{quote}
125125

126126
/* Quoted string that allows backslash escapes */
127-
xestart[eE]{quote}
127+
xestart[eE]{quote}
128128

129129
/* C version of hex number */
130130
xch0[xX][0-9A-Fa-f]*
@@ -160,7 +160,7 @@ dolqinside[^$]+
160160
dquote\"
161161
xdstart{dquote}
162162
xdstop{dquote}
163-
xddouble{dquote}{dquote}
163+
xddouble{dquote}{dquote}
164164
xdinside[^"]+
165165

166166
/* special stuff for C strings */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp