From: Christian Grothoff Date: Wed, 27 Dec 2017 13:07:58 +0000 (+0100) Subject: indentation fix X-Git-Tag: gnunet-0.11.0rc0~80 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d489f5604b6cb0009f0b235e4a92ede63013b494;p=oweals%2Fgnunet.git indentation fix --- diff --git a/src/cadet/test_cadet.c b/src/cadet/test_cadet.c index 72df2203c..6691a0573 100644 --- a/src/cadet/test_cadet.c +++ b/src/cadet/test_cadet.c @@ -960,16 +960,16 @@ main (int argc, char *argv[]) char port_id[] = "test port"; struct GNUNET_GETOPT_CommandLineOption options[] = { GNUNET_GETOPT_option_relative_time ('t', - "time", - "short_time", - gettext_noop ("set short timeout"), - &short_time), + "time", + "short_time", + gettext_noop ("set short timeout"), + &short_time), GNUNET_GETOPT_option_uint ('m', - "messages", - "NUM_MESSAGES", - gettext_noop ("set number of messages to send"), - &total_packets), + "messages", + "NUM_MESSAGES", + gettext_noop ("set number of messages to send"), + &total_packets), GNUNET_GETOPT_OPTION_END };