[nautilus/wip/oholy/ci-style-check: 2/2] Try to make some style issues to verify the style-check job
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/oholy/ci-style-check: 2/2] Try to make some style issues to verify the style-check job
- Date: Tue, 4 Feb 2020 08:12:53 +0000 (UTC)
commit 1868f10174764651ef3f0296125b31d2aef2defa
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]