aboutsummaryrefslogtreecommitdiff
path: root/src/arm/test_arm_api.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/arm/test_arm_api.c
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/arm/test_arm_api.c')
-rw-r--r--src/arm/test_arm_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arm/test_arm_api.c b/src/arm/test_arm_api.c
index 5a06c823c..56a0abbd2 100644
--- a/src/arm/test_arm_api.c
+++ b/src/arm/test_arm_api.c
@@ -184,8 +184,7 @@ arm_start_cb (void *cls,
184 * ("sent", because it isn't going anywhere, ARM API starts ARM service 184 * ("sent", because it isn't going anywhere, ARM API starts ARM service
185 * by itself). 185 * by itself).
186 * ARM API should report that ARM service is starting. 186 * ARM API should report that ARM service is starting.
187 */ 187 */GNUNET_break (status == GNUNET_ARM_REQUEST_SENT_OK);
188 GNUNET_break (status == GNUNET_ARM_REQUEST_SENT_OK);
189 GNUNET_break (phase == 0); 188 GNUNET_break (phase == 0);
190 LOG ("Sent 'START' request for arm to ARM %s\n", 189 LOG ("Sent 'START' request for arm to ARM %s\n",
191 (status == GNUNET_ARM_REQUEST_SENT_OK) ? "successfully" : 190 (status == GNUNET_ARM_REQUEST_SENT_OK) ? "successfully" :
@@ -255,4 +254,5 @@ main (int argc, char *argvx[])
255 return ok; 254 return ok;
256} 255}
257 256
257
258/* end of test_arm_api.c */ 258/* end of test_arm_api.c */