From d832ad808672dadcf94e02899525cca31054e9bf Mon Sep 17 00:00:00 2001 From: Alessio Vanni Date: Tue, 7 Sep 2021 14:52:36 +0200 Subject: -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 }; -- cgit v1.2.3