Commit 12c80767 authored by Stefan Behnel's avatar Stefan Behnel

Correctly indent code.

parent 481e9121
...@@ -623,8 +623,8 @@ static int __Pyx_CLineForTraceback(PyThreadState *tstate, int c_line) { ...@@ -623,8 +623,8 @@ static int __Pyx_CLineForTraceback(PyThreadState *tstate, int c_line) {
cython_runtime_dict = _PyObject_GetDictPtr(${cython_runtime_cname}); cython_runtime_dict = _PyObject_GetDictPtr(${cython_runtime_cname});
if (likely(cython_runtime_dict)) { if (likely(cython_runtime_dict)) {
__PYX_PY_DICT_LOOKUP_IF_MODIFIED( __PYX_PY_DICT_LOOKUP_IF_MODIFIED(
use_cline, *cython_runtime_dict, use_cline, *cython_runtime_dict,
__Pyx_PyDict_GetItemStr(*cython_runtime_dict, PYIDENT("cline_in_traceback"))) __Pyx_PyDict_GetItemStr(*cython_runtime_dict, PYIDENT("cline_in_traceback")))
} else } else
#endif #endif
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment