summaryrefslogtreecommitdiff
path: root/src/tools/marco-message.c
diff options
context:
space:
mode:
authorJoaquín Ignacio Aramendía <[email protected]>2014-06-25 19:06:17 -0300
committerJoaquín Ignacio Aramendía <[email protected]>2014-06-26 20:03:32 -0300
commita65a66d49bd0d6ec6c94b8e3ecd551cb570cec95 (patch)
treeb451afa6025e587f0ee287601427e572712e3428 /src/tools/marco-message.c
parent32050fd47713d9254e05344a6afd87202fa45d11 (diff)
downloadmarco-a65a66d49bd0d6ec6c94b8e3ecd551cb570cec95.tar.bz2
marco-a65a66d49bd0d6ec6c94b8e3ecd551cb570cec95.tar.xz
Remove all trailing whitespaces in the code tree
Just run: $ find -name '*.c' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i $ find -name '*.h' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i
Diffstat (limited to 'src/tools/marco-message.c')
-rw-r--r--src/tools/marco-message.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/marco-message.c b/src/tools/marco-message.c
index 0682457d..723927ac 100644
--- a/src/tools/marco-message.c
+++ b/src/tools/marco-message.c
@@ -156,7 +156,7 @@ int
main (int argc, char **argv)
{
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
-
+
gtk_init (&argc, &argv);
if (argc < 2)
@@ -175,13 +175,13 @@ main (int argc, char **argv)
#ifndef WITH_VERBOSE_MODE
g_printerr (_("Marco was compiled without support for verbose mode\n"));
return 1;
-#else
+#else
send_toggle_verbose ();
#endif
}
else
usage ();
-
+
return 0;
}