Commit 2ce497be by Igorbek

Changed spacing in Document::emit_css in response to @QuLogic

parent a76eba71
......@@ -137,7 +137,7 @@ namespace Sass {
if (!retval.empty()) {
size_t newlines = 0;
size_t i = retval.length();
while (i --> 0) {
while (i--) {
if (retval[i] == '\n') {
++newlines;
continue;
......
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