Commit 5cad330e authored by Joris Vankerschaver's avatar Joris Vankerschaver

Formatting

parent 98c03d66
......@@ -2007,7 +2007,7 @@ extern "C" BoxedString* str(Box* obj) {
extern "C" Box* strOrUnicode(Box* obj) {
// Like str, but returns unicode objects unchanged.
if (obj->cls == unicode_cls) {
return obj;
return obj;
}
return str(obj);
}
......
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