Skip to content

Commit

Permalink
fix file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MoezBHH committed Dec 6, 2024
1 parent db3dbcf commit 3271089
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,11 @@ private static String generateCPythonFunctionCaller(
+ "."
+ pythonFunctionName
+ "\");",
"PyObject *arglist = Py_BuildValue(\"(" + "O".repeat(pyObjects.size()) + ")\"" + pyObjectsJoined + ");",
"PyObject *arglist = Py_BuildValue(\"("
+ "O".repeat(pyObjects.size())
+ ")\""
+ pyObjectsJoined
+ ");",
"PyObject *rValue = PyObject_CallObject(",
" self->" + cpythonFunctionName + ", ",
" arglist",
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/c/reactor-c

0 comments on commit 3271089

Please sign in to comment.