gnunet-svn
[Top][All Lists]
Advanced

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

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


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

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

grothoff pushed a commit to branch master
in repository exchange.

commit 7263711ad8ea03a9d2192a5fa4453a075ef5829b
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Jun 30 17:12:48 2019 +0200

    indenting
---
 src/auditor/taler-auditor-sign.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/auditor/taler-auditor-sign.c b/src/auditor/taler-auditor-sign.c
index 90efbd0e..ad2be67a 100644
--- a/src/auditor/taler-auditor-sign.c
+++ b/src/auditor/taler-auditor-sign.c
@@ -397,13 +397,13 @@ main (int argc,
                                          dk);
       if (0 > qs)
       {
-       fprintf (stderr,
-                "Failed to store key in auditor DB (did you add the exchange 
first?)\n");
-       TALER_AUDITORDB_plugin_unload (adb);
-       GNUNET_free (dks);
-       GNUNET_free (sigs);
-       GNUNET_free (eddsa_priv);
-       return 3;
+        fprintf (stderr,
+                 "Failed to store key in auditor DB (did you add the exchange 
using taler-auditor-exchange first?)\n");
+        TALER_AUDITORDB_plugin_unload (adb);
+        GNUNET_free (dks);
+        GNUNET_free (sigs);
+        GNUNET_free (eddsa_priv);
+        return 3;
       }
     }
   }

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



reply via email to

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