X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Fhash%2Ftest%2FSpookyHashV1Test.cpp;h=4ff196054ac13c746fa7016d4721585fa6227a52;hb=7ebe7c2a249de44209e8bcc453e1a70bafd4ed19;hp=d5987f8e44de846b6f62d6bc3bbed1d00f9945c4;hpb=d7ea6b714258b732407cef68072f55ee4d24f00c;p=folly.git diff --git a/folly/hash/test/SpookyHashV1Test.cpp b/folly/hash/test/SpookyHashV1Test.cpp index d5987f8e..4ff19605 100644 --- a/folly/hash/test/SpookyHashV1Test.cpp +++ b/folly/hash/test/SpookyHashV1Test.cpp @@ -60,8 +60,9 @@ public: { m_a = 0xdeadbeef; m_b = m_c = m_d = seed; - for (int i=0; i<20; ++i) - (void)Value(); + for (int i = 0; i < 20; ++i) { + (void)Value(); + } } private: @@ -447,10 +448,14 @@ void TestDeltas(int seed) for (int m=0; m