Commit ec562be0 authored by Davis King's avatar Davis King

removed tabs

parent e079088e
...@@ -69,10 +69,10 @@ namespace ...@@ -69,10 +69,10 @@ namespace
bo.host_to_little(hashes); bo.host_to_little(hashes);
final = murmur_hash3(hashes,sizeof(hashes),0); final = murmur_hash3(hashes,sizeof(hashes),0);
// using ostringstream to avoid compiler error in visual studio 2005 // using ostringstream to avoid compiler error in visual studio 2005
ostringstream sout; ostringstream sout;
sout << hex << final; sout << hex << final;
dlog << LINFO << "final: "<< sout.str(); dlog << LINFO << "final: "<< sout.str();
DLIB_TEST(final == 0xB0F57EE3); DLIB_TEST(final == 0xB0F57EE3);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment