Skip to content

Commit a509256

Browse files
Remove trailing spaces.
1 parent 86119ca commit a509256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/dpi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ typedef uint32_t dpiEventType;
198198
// statement execution modes
199199
typedef uint32_t dpiExecMode;
200200
#define DPI_MODE_EXEC_DEFAULT 0x00000000
201-
#define DPI_MODE_EXEC_SUSPEND_ON_SUCCESS 0x00000004
201+
#define DPI_MODE_EXEC_SUSPEND_ON_SUCCESS 0x00000004
202202
#define DPI_MODE_EXEC_DESCRIBE_ONLY 0x00000010
203203
#define DPI_MODE_EXEC_COMMIT_ON_SUCCESS 0x00000020
204204
#define DPI_MODE_EXEC_BATCH_ERRORS 0x00000080

0 commit comments

Comments
 (0)