-nicer logging
[oweals/gnunet.git] / src / sensordashboard / gnunet-sensordashboard.c
index 630a3cf771252d4316e9d094aa91e81a1667e639..048a3aa95c9f372edf405cabf60f81f39a99447b 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -64,11 +64,12 @@ main (int argc, char *const *argv)
   if (GNUNET_OK != GNUNET_STRINGS_get_utf8_args (argc, argv, &argc, &argv))
     return 2;
 
-  ret = (GNUNET_OK ==
-        GNUNET_PROGRAM_run (argc, argv, "gnunet-sensordashboard",
-                            gettext_noop ("help text"), options, &run,
-                            NULL)) ? ret : 1;
-  GNUNET_free ((void*) argv);
+  ret =
+      (GNUNET_OK ==
+       GNUNET_PROGRAM_run (argc, argv, "gnunet-sensordashboard",
+                           gettext_noop ("help text"), options, &run,
+                           NULL)) ? ret : 1;
+  GNUNET_free ((void *) argv);
   return ret;
 }