forked from AuroraMiddleware/gtk
cssprovider: Pass NULL unconditionally
We know that parent is NULL at this point. Also, fix indentation.
This commit is contained in:
parent
e933233479
commit
f6ce2cd975
@ -2801,10 +2801,10 @@ gtk_css_provider_load_internal (GtkCssProvider *css_provider,
|
||||
if (parent == NULL)
|
||||
{
|
||||
scanner = gtk_css_scanner_new (css_provider,
|
||||
parent,
|
||||
parent ? parent->section : NULL,
|
||||
file,
|
||||
"");
|
||||
NULL,
|
||||
NULL,
|
||||
file,
|
||||
"");
|
||||
|
||||
gtk_css_scanner_push_section (scanner, GTK_CSS_SECTION_DOCUMENT);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user