From 17ec93111e4bdf5ea3273f2da1fccb4d67800211 Mon Sep 17 00:00:00 2001 From: Bandie Date: Thu, 8 Nov 2018 11:56:07 +0100 Subject: [PATCH] Why are there spaces? --- test/test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test.c b/test/test.c index 12b9b23..cf28e19 100644 --- a/test/test.c +++ b/test/test.c @@ -196,8 +196,8 @@ int main(void) { || (NULL == CU_add_test(pSuiteDevice, "Authenticate with no device?", test_authDeviceNA)) || (NULL == CU_add_test(pSuiteReject, "Serious function?", test_rejectSerious)) || (NULL == CU_add_test(pSuiteReject, "Reboot function?", test_rejectReboot)) - || (NULL == CU_add_test(pSuiteReject, " Poweroff function?", test_rejectPoweroff)) - || (NULL == CU_add_test(pSuiteReject, " Nothing at all function?", test_rejectNA)) + || (NULL == CU_add_test(pSuiteReject, "Poweroff function?", test_rejectPoweroff)) + || (NULL == CU_add_test(pSuiteReject, "Nothing at all function?", test_rejectNA)) || (NULL == CU_add_test(pSuitePasswordWrite, "Write a password into a file?", test_writePassword)) || (NULL == CU_add_test(pSuitePasswordWrite, "Check password file with right passwords?", test_passwordCheckFromFile)) || (NULL == CU_add_test(pSuitePasswordWrite, "Check password file with wrong passwords?", test_badPasswordCheckFromFile))