fix indentation
authorpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 4 Jul 2007 02:49:38 +0000 (02:49 +0000)
committerpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 4 Jul 2007 02:49:38 +0000 (02:49 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2546 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/lttv/main.c

index a9ebf6272a288917d262b662b00055f5b0d59177..4e306c6d4ef97d288952540e54a3cdf83fadfc83 100644 (file)
@@ -75,14 +75,16 @@ static void lttv_help(void *hook_data);
    messages. It receives the message and does nothing. */
 
 void ignore_and_drop_message(const gchar *log_domain, GLogLevelFlags log_level,
-    const gchar *message, gpointer user_data) {
+    const gchar *message, gpointer user_data)
+{
 }
 
 
 /* Since everything is done in modules, the main program only takes care
    of the infrastructure. */
 
-int main(int argc, char **argv) {
+int main(int argc, char **argv)
+{
 
   int i;
 
@@ -237,7 +239,7 @@ LttvAttribute *lttv_global_attributes()
 
 
 void lttv_module_option(void *hook_data)
-{ 
+{
   GError *error = NULL;
 
   lttv_module_require(a_module, &error);
@@ -272,10 +274,10 @@ void lttv_fatal(void *hook_data)
 
 void lttv_help(void *hook_data)
 {
-       printf("Linux Trace Toolkit Visualizer " VERSION "\n");
-       printf("\n");
-       lttv_option_show_help();
-       printf("\n");
+  printf("Linux Trace Toolkit Visualizer " VERSION "\n");
+  printf("\n");
+  lttv_option_show_help();
+  printf("\n");
 }
 
 /* 
This page took 0.024935 seconds and 4 git commands to generate.