diff options
author | Alessio Vanni <vannilla@firemail.cc> | 2021-09-07 14:52:36 +0200 |
---|---|---|
committer | Alessio Vanni <vannilla@firemail.cc> | 2021-09-07 14:52:36 +0200 |
commit | d832ad808672dadcf94e02899525cca31054e9bf (patch) | |
tree | e4216fae78b2713ddf098732b01bfab0e1a0e3c6 /src | |
parent | 6e1bb6601e21a3329950129b9dc39e05746e3b65 (diff) |
-indentation
Diffstat (limited to 'src')
-rw-r--r-- | src/util/gnunet-config.c | 33 |
1 files 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 }; |