Skip to content

Commit aa37fd5

Browse files
committed
Fix indentation
1 parent 8939a8b commit aa37fd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Python/emscripten_trampoline.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@ typedef int (*CountArgsFunc)(PyCFunctionWithKeywords func);
194194

195195
PyObject*
196196
_PyEM_TrampolineCall(PyCFunctionWithKeywords func,
197-
PyObject* self,
198-
PyObject* args,
199-
PyObject* kw)
197+
PyObject* self,
198+
PyObject* args,
199+
PyObject* kw)
200200
{
201201
CountArgsFunc count_args = _PyRuntime.emscripten_count_args_function;
202202
if (count_args == 0) {

0 commit comments

Comments
 (0)