mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 18:00:09 +00:00
shorthand: Add ',' to value_is_done_parsing()
This commit is contained in:
parent
04c5fdaca6
commit
c3f46ab5c0
@ -50,6 +50,7 @@ static gboolean
|
|||||||
value_is_done_parsing (GtkCssParser *parser)
|
value_is_done_parsing (GtkCssParser *parser)
|
||||||
{
|
{
|
||||||
return _gtk_css_parser_is_eof (parser) ||
|
return _gtk_css_parser_is_eof (parser) ||
|
||||||
|
_gtk_css_parser_begins_with (parser, ',') ||
|
||||||
_gtk_css_parser_begins_with (parser, ';') ||
|
_gtk_css_parser_begins_with (parser, ';') ||
|
||||||
_gtk_css_parser_begins_with (parser, '}');
|
_gtk_css_parser_begins_with (parser, '}');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user