Fix a bundle of trailing spaces in several files
[openssl.git] / test / stack_test.c
index 6d1cd91e9bb065ea7e1ef608c52333b7cad1d5f2..96870ce2de9ea34f95e0b74cee84c5d10fa8d98d 100644 (file)
@@ -196,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;