remove some empty lines

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-04-02 10:42:56 +09:00
parent 911764e8e2
commit 9b45189626
-3
View File
@@ -3761,7 +3761,6 @@ read_escape(parser_state *p)
}
}
static int
parse_string(parser_state *p)
{
@@ -3890,9 +3889,7 @@ parse_string(parser_state *p)
return tSTRING_MID;
}
}
tokadd(p, c);
}
tokfix(p);