diff options
Diffstat (limited to 'src/interfaces/ecpg/test/expected/connect-test2.c')
-rw-r--r-- | src/interfaces/ecpg/test/expected/connect-test2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/test/expected/connect-test2.c b/src/interfaces/ecpg/test/expected/connect-test2.c index a5ab29da3f5..15c2e8af8cb 100644 --- a/src/interfaces/ecpg/test/expected/connect-test2.c +++ b/src/interfaces/ecpg/test/expected/connect-test2.c @@ -48,10 +48,10 @@ main(void) ECPGdebug(1, stderr); strcpy(id, "first"); - { ECPGconnect(__LINE__, 0, "connectdb" , NULL,NULL , id, 0); } + { ECPGconnect(__LINE__, 0, "connectdb" , NULL, NULL , id, 0); } #line 24 "test2.pgc" - { ECPGconnect(__LINE__, 0, "regress1" , NULL,NULL , "second", 0); } + { ECPGconnect(__LINE__, 0, "regress1" , NULL, NULL , "second", 0); } #line 25 "test2.pgc" |