Skip to content

Commit b8beed1

Browse files
committed
Whitespace
1 parent 13629a8 commit b8beed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/njs/src/njsConnection.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5533,11 +5533,11 @@ int Connection::cbDynBufferGet ( void *ctx, DPI_SZ_TYPE nRows,
55335533
55345534
RETURNS
55355535
0 on success and -1 on memory allocation failures.
5536-
5536+
55375537
NOTE:
55385538
The callback is called repeteatedly for the same row with iter (0 based)
55395539
denoting the row number, if there is more data until it reaches end-of-lob
5540-
or max defined in OCIDefineByPos2 () API. When new iter (row number)
5540+
or max defined in OCIDefineByPos2 () API. When new iter (row number)
55415541
is passed to the callback, new set of buffer(s) has to be provided and
55425542
initialized.
55435543
*/

0 commit comments

Comments
 (0)