Fix a bundle of trailing spaces in several files
[openssl.git] / test / stack_test.c
index 25b2e001e1ec17111b99f4eee8981f57ce25c26e..96870ce2de9ea34f95e0b74cee84c5d10fa8d98d 100644 (file)
@@ -20,7 +20,6 @@
 #include <openssl/crypto.h>
 
 #include "e_os.h"
-#include "test_main.h"
 #include "testutil.h"
 
 /* The macros below generate unused functions which error out one of the clang
@@ -197,7 +196,7 @@ static int test_uchar_stack(void)
     sk_uchar_sort(r);
 
     /* pop */
-    for (i = 0; i < n; i++) 
+    for (i = 0; i < n; i++)
         if (!TEST_ptr_eq(sk_uchar_pop(s), v + i)) {
             TEST_info("uchar pop %d", i);
             goto end;