From 01b336f1f179d62d096e2629956fbcd95c504664 Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Mon, 2 Sep 2013 15:08:36 +0200 Subject: [PATCH] Whitespace fixes --- tests/test_security.cpp | 4 ++-- tests/test_security_curve.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_security.cpp b/tests/test_security.cpp index 089f8ab5..1b98c959 100644 --- a/tests/test_security.cpp +++ b/tests/test_security.cpp @@ -28,12 +28,12 @@ static void zap_handler (void *zap) char *sequence = s_recv (zap); char *domain = s_recv (zap); char *address = s_recv (zap); - char *identity = s_recv(zap); + char *identity = s_recv (zap); char *mechanism = s_recv (zap); char *username = s_recv (zap); char *password = s_recv (zap); - printf("identity: %s\n", identity); + printf ("identity: %s\n", identity); assert (streq (version, "1.0")); assert (streq (mechanism, "PLAIN")); assert (streq (identity, "IDENT")); diff --git a/tests/test_security_curve.cpp b/tests/test_security_curve.cpp index ee143078..7cf463c9 100644 --- a/tests/test_security_curve.cpp +++ b/tests/test_security_curve.cpp @@ -39,7 +39,7 @@ static void zap_handler (void *zap) char *sequence = s_recv (zap); char *domain = s_recv (zap); char *address = s_recv (zap); - char *identity = s_recv(zap); + char *identity = s_recv (zap); char *mechanism = s_recv (zap); char *client_key = s_recv (zap);