Fix indentation mishap

This commit is contained in:
Matthias Clasen 2016-05-05 19:21:27 -04:00
parent c50e774b29
commit 46edfaa89c

View File

@ -11031,7 +11031,7 @@ gtk_widget_error_bell (GtkWidget *widget)
settings = gtk_widget_get_settings (widget);
if (!settings)
return;
return;
g_object_get (settings,
"gtk-error-bell", &beep,