aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/preproc/array_of_struct.pgc
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/ecpg/test/preproc/array_of_struct.pgc')
-rw-r--r--src/interfaces/ecpg/test/preproc/array_of_struct.pgc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/test/preproc/array_of_struct.pgc b/src/interfaces/ecpg/test/preproc/array_of_struct.pgc
index 40d566b4be8..f9e1946b3f1 100644
--- a/src/interfaces/ecpg/test/preproc/array_of_struct.pgc
+++ b/src/interfaces/ecpg/test/preproc/array_of_struct.pgc
@@ -46,7 +46,7 @@ int main()
EXEC SQL end declare section;
ECPGdebug(1, stderr);
-
+
EXEC SQL connect to REGRESSDB1;
EXEC SQL create table customers (c varchar(50), p int);