gnunet-svn
[Top][All Lists]
Advanced

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

[taler-sync] branch master updated: indent


From: gnunet
Subject: [taler-sync] branch master updated: indent
Date: Tue, 21 Apr 2020 00:32:07 +0200

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

grothoff pushed a commit to branch master
in repository sync.

The following commit(s) were added to refs/heads/master by this push:
     new 250440a  indent
250440a is described below

commit 250440aa0867230f1901b8076129ca2c2665193c
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Apr 21 00:32:05 2020 +0200

    indent
---
 src/sync/sync-httpd.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/sync/sync-httpd.c b/src/sync/sync-httpd.c
index 91ba499..02c47dc 100644
--- a/src/sync/sync-httpd.c
+++ b/src/sync/sync-httpd.c
@@ -627,7 +627,6 @@ main (int argc,
                                "connection-close",
                                "force HTTP connections to be closed after each 
request",
                                &SH_sync_connection_close),
-
     GNUNET_GETOPT_OPTION_END
   };
 
@@ -640,7 +639,8 @@ main (int argc,
       GNUNET_PROGRAM_run (argc, argv,
                           "sync-httpd",
                           "sync HTTP interface",
-                          options, &run, NULL))
+                          options,
+                          &run, NULL))
     return 3;
   return (GNUNET_OK == result) ? 0 : 1;
 }

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



reply via email to

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