Browse Source

Format code

bel 8 năm trước cách đây
mục cha
commit
9df29713ff
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      test/public_server.c

+ 2 - 2
test/public_server.c

@@ -3852,9 +3852,9 @@ START_TEST(test_large_file)
 #if defined(_WIN32)
 	ck_assert_int_le(retry_fail_cnt, 1);
 	ck_assert_int_ge(retry_ok_cnt, 2);
-#else	
+#else
 	ck_assert_int_eq(retry_fail_cnt, 0);
-    ck_assert_int_eq(retry_ok_cnt, 3);
+	ck_assert_int_eq(retry_ok_cnt, 3);
 #endif
 
 	/* Stop the server */