Commit a76eba71 by Igorbek

Fixed spacing of previous commit.

parent d09a280c
...@@ -136,7 +136,7 @@ namespace Sass { ...@@ -136,7 +136,7 @@ namespace Sass {
// trim trailing whitespace // trim trailing whitespace
if (!retval.empty()) { if (!retval.empty()) {
size_t newlines = 0; size_t newlines = 0;
size_t i = retval.length(); size_t i = retval.length();
while (i --> 0) { while (i --> 0) {
if (retval[i] == '\n') { if (retval[i] == '\n') {
++newlines; ++newlines;
......
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