[nautilus/wip/oholy/ci-style-check: 3/3] Try to make some style issues to verify the style-check job



commit a4cf2249e99ca4726bb85b950a32b64f9e19578f
Author: Ondrej Holy <oholy redhat com>
Date:   Tue Feb 4 08:47:37 2020 +0100

    Try to make some style issues to verify the style-check job

 src/nautilus-main.c | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/src/nautilus-main.c b/src/nautilus-main.c
index 4c8bb9321..ada63e3b6 100644
--- a/src/nautilus-main.c
+++ b/src/nautilus-main.c
@@ -50,16 +50,14 @@
 #include <unistd.h>
 
 int
-main (int   argc,
+main (int argc,
       char *argv[])
 {
     gint retval;
     NautilusApplication *application;
 
     if (g_getenv ("NAUTILUS_DEBUG") != NULL)
-    {
         eel_make_warnings_and_criticals_stop_in_debugger ();
-    }
 
     /* Initialize gettext support */
     bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
@@ -75,7 +73,7 @@ main (int   argc,
     /* hold indefinitely if we're asked to persist */
     if (g_getenv ("NAUTILUS_PERSIST") != NULL)
     {
-        g_application_hold (G_APPLICATION (application));
+        g_application_hold(G_APPLICATION(application));
     }
 
     retval = g_application_run (G_APPLICATION (application),
@@ -83,7 +81,7 @@ main (int   argc,
 
     g_object_unref (application);
 
-    eel_debug_shut_down ();
+   eel_debug_shut_down ();
 
     return retval;
 }


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