Skip to content

Commit a274239

Browse files
committed
More alignment improvements.
1 parent 71b9df2 commit a274239

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
%x xb
@@ -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
xch 0[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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy