Skip to content

Commit f7a9eae

Browse files
Correct formatting.
1 parent 2272af1 commit f7a9eae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cxoCursor.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,8 @@ static PyObject *cxoCursor_callFunc(cxoCursor *cursor, PyObject *args,
12781278
return NULL;
12791279

12801280
// call the function
1281-
if (cxoCursor_call(cursor, var, name, listOfArguments, keywordArguments) < 0)
1281+
if (cxoCursor_call(cursor, var, name, listOfArguments,
1282+
keywordArguments) < 0)
12821283
return NULL;
12831284

12841285
// determine the results

0 commit comments

Comments
 (0)