From: Timm Bäder Date: Fri, 30 Aug 2019 04:45:44 +0000 (+0200) Subject: recentmanager: Indentation X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~20^2~904 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=86ad215deb57e9603c4dcc88a2c4628fcd2c6728;p=gtk4.git recentmanager: Indentation --- diff --git a/gtk/gtkrecentmanager.c b/gtk/gtkrecentmanager.c index babdcbb279..a1d27f701e 100644 --- a/gtk/gtkrecentmanager.c +++ b/gtk/gtkrecentmanager.c @@ -682,7 +682,7 @@ build_recent_items_list (GtkRecentManager *manager) * will not be happy about those) */ if (read_error->domain == G_FILE_ERROR && - read_error->code != G_FILE_ERROR_NOENT) + read_error->code != G_FILE_ERROR_NOENT) { gchar *utf8 = g_filename_to_utf8 (priv->filename, -1, NULL, NULL, NULL); g_warning ("Attempting to read the recently used resources "