Commit a6267fc0 authored by Stefan Behnel's avatar Stefan Behnel

minor readability fix

parent d3589269
...@@ -649,8 +649,8 @@ static const char* __Pyx_BufFmt_CheckString(__Pyx_BufFmt_Context* ctx, const cha ...@@ -649,8 +649,8 @@ static const char* __Pyx_BufFmt_CheckString(__Pyx_BufFmt_Context* ctx, const cha
} }
return ts; return ts;
case ' ': case ' ':
case 10: case '\r':
case 13: case '\n':
++ts; ++ts;
break; break;
case '<': case '<':
......
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