Explorar o código

Fixed format.

yhirose %!s(int64=13) %!d(string=hai) anos
pai
achega
448a7f4f11
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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