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
}
return ts;
case ' ':
case 10:
case 13:
case '\r':
case '\n':
++ts;
break;
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