summaryrefslogtreecommitdiff
path: root/gtk/gtkrecentmanager.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2019-08-30 06:45:44 +0200
committerTimm Bäder <mail@baedert.org>2019-09-09 17:36:26 +0200
commit86ad215deb57e9603c4dcc88a2c4628fcd2c6728 (patch)
tree89b7c6058452f7d5a5c6d42cff625ecab5430f66 /gtk/gtkrecentmanager.c
parentc3f82534bdd175061c2fe69e8d0ac31e015b19f9 (diff)
downloadgtk+-86ad215deb57e9603c4dcc88a2c4628fcd2c6728.tar.gz
recentmanager: Indentation
Diffstat (limited to 'gtk/gtkrecentmanager.c')
-rw-r--r--gtk/gtkrecentmanager.c2
1 files changed, 1 insertions, 1 deletions
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 "