From b81844b1738c584d92330a5ccd0fbd8b603d2886 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 25 Oct 2001 05:50:21 +0000 Subject: pgindent run on all C files. Java run to follow. initdb/regression tests pass. --- src/interfaces/ecpg/include/sqlca.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/interfaces/ecpg/include/sqlca.h') diff --git a/src/interfaces/ecpg/include/sqlca.h b/src/interfaces/ecpg/include/sqlca.h index 3f7e307da7..28ab20533d 100644 --- a/src/interfaces/ecpg/include/sqlca.h +++ b/src/interfaces/ecpg/include/sqlca.h @@ -6,8 +6,8 @@ #define DLLIMPORT __declspec (dllimport) #else #define DLLIMPORT -#endif /* __CYGWIN__ */ -#endif /* DLLIMPORT */ +#endif /* __CYGWIN__ */ +#endif /* DLLIMPORT */ #define SQLERRMC_LEN 70 @@ -44,7 +44,7 @@ extern "C" /* * 2: if 'W' a (hopefully) non-fatal notice occured - *//* 3: empty */ +*//* 3: empty */ /* 4: empty */ /* 5: empty */ /* 6: empty */ @@ -58,7 +58,5 @@ extern "C" #ifdef __cplusplus } - #endif - #endif -- cgit v1.2.1