diff options
author | Michael Meskes <meskes@postgresql.org> | 2008-12-29 17:07:06 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2008-12-29 17:07:06 +0000 |
commit | 3c82099c82e2b51a09ab2317df26ef094ad7cc06 (patch) | |
tree | c5e54e5e28c18c7b9d5aee1bd8bb0e4eac8c169b /src/interfaces/ecpg/test/expected/preproc-strings.c | |
parent | 2f806e540fe48c49188956a794bf9cef1a7645a2 (diff) | |
download | postgresql-3c82099c82e2b51a09ab2317df26ef094ad7cc06.tar.gz postgresql-3c82099c82e2b51a09ab2317df26ef094ad7cc06.zip |
First rounf of whitespace changes. Everything but connect-test1 should be fine.
Diffstat (limited to 'src/interfaces/ecpg/test/expected/preproc-strings.c')
-rw-r--r-- | src/interfaces/ecpg/test/expected/preproc-strings.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/test/expected/preproc-strings.c b/src/interfaces/ecpg/test/expected/preproc-strings.c index 9a99dad11e6..aa0bf6e877d 100644 --- a/src/interfaces/ecpg/test/expected/preproc-strings.c +++ b/src/interfaces/ecpg/test/expected/preproc-strings.c @@ -24,7 +24,7 @@ #line 6 "strings.pgc" - char * s1 , * s2 , * s3 , * s4 , * s5 , * s6 ; + char * s1 , * s2 , * s3 , * s4 , * s5 , * s6 ; /* exec sql end declare section */ #line 7 "strings.pgc" @@ -37,7 +37,7 @@ int main(void) #line 13 "strings.pgc" - { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "select 'abcdef' , N'abcdef' as foo , E'abc\\bdef' as \"foo\" , U&'d\\0061t\\0061' as U&\"foo\" , U&'d!+000061t!+000061' uescape '!' , $foo$abc$def$foo$ ", ECPGt_EOIT, + { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "select 'abcdef' , N'abcdef' as foo , E'abc\\bdef' as \"foo\" , U&'d\\0061t\\0061' as U&\"foo\" , U&'d!+000061t!+000061' uescape '!' , $foo$abc$def$foo$", ECPGt_EOIT, ECPGt_char,&(s1),(long)0,(long)1,(1)*sizeof(char), ECPGt_NO_INDICATOR, NULL , 0L, 0L, 0L, ECPGt_char,&(s2),(long)0,(long)1,(1)*sizeof(char), |