gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 07/09: -indentation


From: gnunet
Subject: [gnunet] 07/09: -indentation
Date: Fri, 17 Sep 2021 19:03:23 +0200

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

alessio-vanni pushed a commit to branch master
in repository gnunet.

commit d832ad808672dadcf94e02899525cca31054e9bf
Author: Alessio Vanni <vannilla@firemail.cc>
AuthorDate: Tue Sep 7 14:52:36 2021 +0200

    -indentation
---
 src/util/gnunet-config.c | 33 ++++++++++++++++++---------------
 1 file changed, 18 insertions(+), 15 deletions(-)

diff --git a/src/util/gnunet-config.c b/src/util/gnunet-config.c
index a195d6014..b81b3b6a7 100644
--- a/src/util/gnunet-config.c
+++ b/src/util/gnunet-config.c
@@ -134,21 +134,24 @@ main (int argc,
         gettext_noop (
           "test if the current installation supports the specified BACKEND"),
         &backend_check)),
-    GNUNET_GETOPT_option_flag ('C',
-                               "cflags",
-                               gettext_noop (
-                                 "Provide an appropriate value for CFLAGS to 
applications building on top of GNUnet"),
-                               &cflags),
-    GNUNET_GETOPT_option_flag ('j',
-                               "libs",
-                               gettext_noop (
-                                 "Provide an appropriate value for LIBS to 
applications building on top of GNUnet"),
-                               &libs),
-    GNUNET_GETOPT_option_flag ('p',
-                               "prefix",
-                               gettext_noop (
-                                 "Provide the path under which GNUnet was 
installed"),
-                               &prefix),
+    GNUNET_GETOPT_option_flag (
+      'C',
+      "cflags",
+      gettext_noop (
+        "Provide an appropriate value for CFLAGS to applications building on 
top of GNUnet"),
+      &cflags),
+    GNUNET_GETOPT_option_flag (
+      'j',
+      "libs",
+      gettext_noop (
+        "Provide an appropriate value for LIBS to applications building on top 
of GNUnet"),
+      &libs),
+    GNUNET_GETOPT_option_flag (
+      'p',
+      "prefix",
+      gettext_noop (
+        "Provide the path under which GNUnet was installed"),
+      &prefix),
     GNUNET_CONFIGURATION_CONFIG_OPTIONS (&cs),
     GNUNET_GETOPT_OPTION_END
   };

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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