[gnome-control-center/gbsneto/early-exit: 1/3] main: Fix parameters alignment
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/gbsneto/early-exit: 1/3] main: Fix parameters alignment
- Date: Thu, 1 Nov 2018 15:58:55 +0000 (UTC)
commit 4b21245801a3dc0dd85f94299bbee28e4774e222
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Thu Nov 1 12:45:28 2018 -0300
main: Fix parameters alignment
To follow the current code style.
shell/main.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/shell/main.c b/shell/main.c
index d323582d3..332e3c4e5 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -36,7 +36,8 @@
#include "cc-application.h"
int
-main (int argc, char **argv)
+main (int argc,
+ char **argv)
{
g_autoptr(GtkApplication) application = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]