aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_peerstartup.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
committerChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
commit7e3cf5f461eb4fbb7581672bf0835da07c378136 (patch)
treebdc3874b7894242b095b892f1ed3e81a4d4f06c0 /src/testing/test_testing_peerstartup.c
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/testing/test_testing_peerstartup.c')
-rw-r--r--src/testing/test_testing_peerstartup.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testing/test_testing_peerstartup.c b/src/testing/test_testing_peerstartup.c
index cfc79e618..4e21fedc9 100644
--- a/src/testing/test_testing_peerstartup.c
+++ b/src/testing/test_testing_peerstartup.c
@@ -122,7 +122,8 @@ end:
122} 122}
123 123
124 124
125int main (int argc, char *argv[]) 125int
126main (int argc, char *argv[])
126{ 127{
127 struct GNUNET_GETOPT_CommandLineOption options[] = { 128 struct GNUNET_GETOPT_CommandLineOption options[] = {
128 GNUNET_GETOPT_OPTION_END 129 GNUNET_GETOPT_OPTION_END
@@ -138,4 +139,5 @@ int main (int argc, char *argv[])
138 return (GNUNET_OK == status) ? 0 : 1; 139 return (GNUNET_OK == status) ? 0 : 1;
139} 140}
140 141
142
141/* end of test_testing_peerstartup.c */ 143/* end of test_testing_peerstartup.c */