summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/setup.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-03-27 04:00:55 +0000
committerBruce Momjian <bruce@momjian.us>2001-03-27 04:00:55 +0000
commit12ceb111822f0cf393a359c2aa6f38c15d7e2961 (patch)
treeaa95e308f908b5b630ed69151878eeec6970cb40 /src/interfaces/odbc/setup.c
parentff7130180687b3f267e29ac4568402f7d10a5680 (diff)
ODBC source code cleanup. Mostly alignment of #define constants.
Diffstat (limited to 'src/interfaces/odbc/setup.c')
-rw-r--r--src/interfaces/odbc/setup.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interfaces/odbc/setup.c b/src/interfaces/odbc/setup.c
index 1679ad033a8..aec1f35f6af 100644
--- a/src/interfaces/odbc/setup.c
+++ b/src/interfaces/odbc/setup.c
@@ -1,4 +1,3 @@
-
/* Module: setup.c
*
* Description: This module contains the setup functions for
@@ -11,7 +10,7 @@
*
* Comments: See "notice.txt" for copyright and license information.
*
- *************************************************************************************/
+ */
#include "psqlodbc.h"
#include "connection.h"