aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-12-27 14:07:58 +0100
committerChristian Grothoff <christian@grothoff.org>2017-12-27 14:26:55 +0100
commitd489f5604b6cb0009f0b235e4a92ede63013b494 (patch)
tree3748756a10a3073cf8daca7a30e2c18b79834fa2 /src/cadet
parentbe04030b69738a31fdb7291bbbdacae3d371ae45 (diff)
downloadgnunet-d489f5604b6cb0009f0b235e4a92ede63013b494.tar.gz
gnunet-d489f5604b6cb0009f0b235e4a92ede63013b494.zip
indentation fix
Diffstat (limited to 'src/cadet')
-rw-r--r--src/cadet/test_cadet.c16
1 files changed, 8 insertions, 8 deletions
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[])
960 char port_id[] = "test port"; 960 char port_id[] = "test port";
961 struct GNUNET_GETOPT_CommandLineOption options[] = { 961 struct GNUNET_GETOPT_CommandLineOption options[] = {
962 GNUNET_GETOPT_option_relative_time ('t', 962 GNUNET_GETOPT_option_relative_time ('t',
963 "time", 963 "time",
964 "short_time", 964 "short_time",
965 gettext_noop ("set short timeout"), 965 gettext_noop ("set short timeout"),
966 &short_time), 966 &short_time),
967 967
968 GNUNET_GETOPT_option_uint ('m', 968 GNUNET_GETOPT_option_uint ('m',
969 "messages", 969 "messages",
970 "NUM_MESSAGES", 970 "NUM_MESSAGES",
971 gettext_noop ("set number of messages to send"), 971 gettext_noop ("set number of messages to send"),
972 &total_packets), 972 &total_packets),
973 973
974 GNUNET_GETOPT_OPTION_END 974 GNUNET_GETOPT_OPTION_END
975 }; 975 };