Commit 93320422 by Aaron Leung

Fixing some whitespace.

parent 3850db0b
......@@ -131,7 +131,6 @@ namespace Sass {
Node Document::parse_argument()
{
if (peek< sequence < variable, spaces_and_comments, exactly<':'> > >()) {
lex< variable >();
Node var(line_number, Node::variable, lexed);
......
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