First rounf of whitespace changes. Everything but connect-test1 should be fine.

Michael Meskes <meskes@postgresql.org>

Commit: 3c82099c82e2b51a09ab2317df26ef094ad7cc06
Author: Michael Meskes <meskes@postgresql.org>
Date: 2008-12-29T17:07:06Z
Releases: 8.4.0
First rounf of whitespace changes. Everything but connect-test1 should be fine.

Files

PathChange+/−
src/interfaces/ecpg/preproc/ecpg.addons modified +3 −3
src/interfaces/ecpg/preproc/ecpg.header modified +3 −2
src/interfaces/ecpg/test/expected/compat_informix-rnull.c modified +33 −33
src/interfaces/ecpg/test/expected/compat_informix-rnull.stderr modified +10 −10
src/interfaces/ecpg/test/expected/compat_informix-test_informix2.c modified +14 −14
src/interfaces/ecpg/test/expected/compat_informix-test_informix2.stderr modified +8 −8
src/interfaces/ecpg/test/expected/compat_informix-test_informix.c modified +44 −44
src/interfaces/ecpg/test/expected/compat_informix-test_informix.stderr modified +17 −17
src/interfaces/ecpg/test/expected/connect-test1.stderr modified +1 −1
src/interfaces/ecpg/test/expected/connect-test2.c modified +7 −7
src/interfaces/ecpg/test/expected/connect-test2.stderr modified +5 −5
src/interfaces/ecpg/test/expected/connect-test3.c modified +4 −4
src/interfaces/ecpg/test/expected/connect-test3.stderr modified +2 −2
src/interfaces/ecpg/test/expected/connect-test5.c modified +4 −4
src/interfaces/ecpg/test/expected/connect-test5.stderr modified +1 −1
src/interfaces/ecpg/test/expected/pgtypeslib-dt_test2.c modified +5 −5
src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.c modified +17 −17
src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.stderr modified +4 −4
src/interfaces/ecpg/test/expected/pgtypeslib-num_test.c modified +13 −13
src/interfaces/ecpg/test/expected/pgtypeslib-num_test.stderr modified +4 −4
src/interfaces/ecpg/test/expected/preproc-array_of_struct.c modified +28 −28
src/interfaces/ecpg/test/expected/preproc-array_of_struct.stderr modified +8 −8
src/interfaces/ecpg/test/expected/preproc-autoprep.c modified +10 −10
src/interfaces/ecpg/test/expected/preproc-autoprep.stderr modified +24 −24
src/interfaces/ecpg/test/expected/preproc-define.c modified +17 −17
src/interfaces/ecpg/test/expected/preproc-define.stderr modified +8 −8
src/interfaces/ecpg/test/expected/preproc-init.c modified +20 −20
src/interfaces/ecpg/test/expected/preproc-strings.c modified +2 −2
src/interfaces/ecpg/test/expected/preproc-strings.stderr modified +1 −1
src/interfaces/ecpg/test/expected/preproc-type.c modified +15 −15
src/interfaces/ecpg/test/expected/preproc-type.stderr modified +3 −3
src/interfaces/ecpg/test/expected/preproc-variable.c modified +28 −28
src/interfaces/ecpg/test/expected/preproc-variable.stderr modified +10 −10
src/interfaces/ecpg/test/expected/preproc-whenever.c modified +36 −36
src/interfaces/ecpg/test/expected/preproc-whenever.stderr modified +26 −26
src/interfaces/ecpg/test/expected/sql-array.c modified +18 −18
src/interfaces/ecpg/test/expected/sql-array.stderr modified +12 −12
src/interfaces/ecpg/test/expected/sql-binary.c modified +12 −12
src/interfaces/ecpg/test/expected/sql-binary.stderr modified +4 −4
src/interfaces/ecpg/test/expected/sql-code100.c modified +7 −7
src/interfaces/ecpg/test/expected/sql-code100.stderr modified +15 −15
src/interfaces/ecpg/test/expected/sql-copystdout.c modified +5 −5
src/interfaces/ecpg/test/expected/sql-copystdout.stderr modified +5 −5
src/interfaces/ecpg/test/expected/sql-define.c modified +18 −18
src/interfaces/ecpg/test/expected/sql-define.stderr modified +6 −6
src/interfaces/ecpg/test/expected/sql-desc.c modified +15 −15
src/interfaces/ecpg/test/expected/sql-desc.stderr modified +5 −5
src/interfaces/ecpg/test/expected/sql-dynalloc2.c modified +32 −32
src/interfaces/ecpg/test/expected/sql-dynalloc2.stderr modified +9 −9
src/interfaces/ecpg/test/expected/sql-dynalloc.c modified +38 −38
src/interfaces/ecpg/test/expected/sql-dynalloc.stderr modified +4 −4
src/interfaces/ecpg/test/expected/sql-dyntest.c modified +37 −37
src/interfaces/ecpg/test/expected/sql-dyntest.stderr modified +4 −4
src/interfaces/ecpg/test/expected/sql-execute.c modified +20 −20
src/interfaces/ecpg/test/expected/sql-execute.stderr modified +7 −7
src/interfaces/ecpg/test/expected/sql-fetch.c modified +12 −12
src/interfaces/ecpg/test/expected/sql-fetch.stderr modified +8 −8
src/interfaces/ecpg/test/expected/sql-func.c modified +13 −13
src/interfaces/ecpg/test/expected/sql-func.stderr modified +11 −11
src/interfaces/ecpg/test/expected/sql-indicators.c modified +12 −12
src/interfaces/ecpg/test/expected/sql-indicators.stderr modified +10 −10
src/interfaces/ecpg/test/expected/sql-insupd.c modified +9 −9
src/interfaces/ecpg/test/expected/sql-insupd.stderr modified +8 −8
src/interfaces/ecpg/test/expected/sql-oldexec.c modified +18 −18
src/interfaces/ecpg/test/expected/sql-oldexec.stderr modified +7 −7
src/interfaces/ecpg/test/expected/sql-parser.c modified +9 −9
src/interfaces/ecpg/test/expected/sql-parser.stderr modified +8 −8
src/interfaces/ecpg/test/expected/sql-quote.c modified +12 −12
src/interfaces/ecpg/test/expected/sql-quote.stderr modified +9 −9
src/interfaces/ecpg/test/expected/sql-show.c modified +1 −1
src/interfaces/ecpg/test/expected/thread-alloc.c modified +4 −4
src/interfaces/ecpg/test/expected/thread-prep.c modified +5 −5
src/interfaces/ecpg/test/expected/thread-thread.c modified +12 −12
src/interfaces/ecpg/test/expected/thread-thread_implicit.c modified +12 −12