gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] 02/03: indenting


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 02/03: indenting
Date: Sun, 30 Jun 2019 17:13:06 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit 72fea453aa1d604f8172d736326010efe0300607
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Jun 30 17:10:34 2019 +0200

    indenting
---
 src/auditor/taler-auditor-dbinit.c   | 28 ++++++++++++++--------------
 src/auditor/taler-auditor-exchange.c |  6 +++---
 2 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/src/auditor/taler-auditor-dbinit.c 
b/src/auditor/taler-auditor-dbinit.c
index 5031ed9f..6b4e3424 100644
--- a/src/auditor/taler-auditor-dbinit.c
+++ b/src/auditor/taler-auditor-dbinit.c
@@ -76,11 +76,11 @@ run (void *cls,
     return;
   }
   if (gc_db)
-    {
-      if (GNUNET_SYSERR == plugin->gc (plugin->cls))
-        fprintf (stderr,
-                 "Garbage collection failed!\n");
-    }
+  {
+    if (GNUNET_SYSERR == plugin->gc (plugin->cls))
+      fprintf (stderr,
+               "Garbage collection failed!\n");
+  }
   TALER_AUDITORDB_plugin_unload (plugin);
 }
 
@@ -99,13 +99,13 @@ main (int argc,
 {
   const struct GNUNET_GETOPT_CommandLineOption options[] = {
     GNUNET_GETOPT_option_flag ('r',
-                                  "reset",
-                                  "reset database (DANGEROUS: all existing 
data is lost!)",
-                                  &reset_db),
+                               "reset",
+                               "reset database (DANGEROUS: all existing data 
is lost!)",
+                               &reset_db),
     GNUNET_GETOPT_option_flag ('g',
-                                  "gc",
-                                  "garbage collect database",
-                                  &gc_db),
+                               "gc",
+                               "garbage collect database",
+                               &gc_db),
     GNUNET_GETOPT_OPTION_END
   };
 
@@ -120,9 +120,9 @@ main (int argc,
   if (GNUNET_OK !=
       GNUNET_PROGRAM_run (argc, argv,
                           "taler-auditor-dbinit",
-                         "Initialize Taler auditor database",
-                         options,
-                         &run, NULL))
+                          "Initialize Taler auditor database",
+                          options,
+                          &run, NULL))
     return 1;
   return global_ret;
 }
diff --git a/src/auditor/taler-auditor-exchange.c 
b/src/auditor/taler-auditor-exchange.c
index 312896e4..4837601d 100644
--- a/src/auditor/taler-auditor-exchange.c
+++ b/src/auditor/taler-auditor-exchange.c
@@ -1,6 +1,6 @@
 /*
   This file is part of TALER
-  Copyright (C) 2014, 2015, 2018 GNUnet e.V.
+  Copyright (C) 2014, 2015, 2018, 2019 Taler Systems SA
 
   TALER is free software; you can redistribute it and/or modify it under the
   terms of the GNU General Public License as published by the Free Software
@@ -137,8 +137,8 @@ main (int argc,
       return 3;
     }
   }
-         
-  
+
+
   if (NULL ==
       (adb = TALER_AUDITORDB_plugin_load (cfg)))
   {

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]