1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

Source alignment cleanups.

This commit is contained in:
Bruce Momjian
2001-02-11 05:58:41 +00:00
parent a952c79b23
commit 3152ef63a6
22 changed files with 665 additions and 660 deletions

View File

@ -284,7 +284,7 @@ set_statement_option(ConnectionClass *conn,
/* Implements only SQL_AUTOCOMMIT */
RETCODE SQL_API
RETCODE SQL_API
SQLSetConnectOption(
HDBC hdbc,
UWORD fOption,
@ -433,7 +433,7 @@ SQLSetConnectOption(
/* - - - - - - - - - */
/* This function just can tell you whether you are in Autcommit mode or not */
RETCODE SQL_API
RETCODE SQL_API
SQLGetConnectOption(
HDBC hdbc,
UWORD fOption,
@ -510,7 +510,7 @@ SQLGetConnectOption(
/* - - - - - - - - - */
RETCODE SQL_API
RETCODE SQL_API
SQLSetStmtOption(
HSTMT hstmt,
UWORD fOption,
@ -537,7 +537,7 @@ SQLSetStmtOption(
/* - - - - - - - - - */
RETCODE SQL_API
RETCODE SQL_API
SQLGetStmtOption(
HSTMT hstmt,
UWORD fOption,