[gtk/wip/baedert/for-master: 116/146] recentmanager: Indentation



commit 86213b82897f8b927d04d9194cf9bdb3bb908820
Author: Timm Bäder <mail baedert org>
Date:   Fri Aug 30 06:45:44 2019 +0200

    recentmanager: Indentation

 gtk/gtkrecentmanager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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 "


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]