Browse Source

Fixed format.

yhirose 13 years ago
parent
commit
448a7f4f11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/test.cc

+ 1 - 1
test/test.cc

@@ -311,7 +311,7 @@ TEST_F(ServerTest, PostMethod2)
 TEST(CleanupTest, WSACleanup)
 {
     int ret = WSACleanup();
-	 ASSERT_EQ(0, ret);
+    ASSERT_EQ(0, ret);
 }
 #endif