From b66e14e58039afb919b32ae06fcc1b7946ab07c3 Mon Sep 17 00:00:00 2001
From: Alexander Schwinn <alexxcons@xfce.org>
Date: Sat, 3 Apr 2021 00:28:12 +0200
Subject: [PATCH] Code style fixes

Related to previous commit (Issue #366)
---
 thunar/thunar-chooser-model.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/thunar/thunar-chooser-model.c b/thunar/thunar-chooser-model.c
index 323fd14f6..c0cd360ce 100644
--- a/thunar/thunar-chooser-model.c
+++ b/thunar/thunar-chooser-model.c
@@ -295,12 +295,12 @@ thunar_chooser_model_reload (ThunarChooserModel *model)
 
   /* If default application was already selected, then display it in Treeview */
   if (default_app->data)
-  {
-    thunar_chooser_model_append (model,
-                                 _("Default Application"),
-                                 "preferences-desktop-default-applications",
-                                 default_app);
-  }
+    {
+      thunar_chooser_model_append (model,
+                                   _("Default Application"),
+                                   "preferences-desktop-default-applications",
+                                   default_app);
+    }
 
   /* check if we have any applications for this type */
   recommended = g_app_info_get_all_for_type (model->content_type);
-- 
GitLab