recentmanager: Indentation
authorTimm Bäder <mail@baedert.org>
Fri, 30 Aug 2019 04:45:44 +0000 (06:45 +0200)
committerTimm Bäder <mail@baedert.org>
Mon, 9 Sep 2019 15:36:26 +0000 (17:36 +0200)
gtk/gtkrecentmanager.c

index babdcbb2798ac2ee1b995e5027c8b1230bb7f15c..a1d27f701eb5f96cf075f92acc59bbdc98bd7494 100644 (file)
@@ -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 "