Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
ec562be0
Commit
ec562be0
authored
Jun 20, 2011
by
Davis King
Browse files
removed tabs
parent
e079088e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
dlib/test/hash.cpp
dlib/test/hash.cpp
+4
-4
No files found.
dlib/test/hash.cpp
View file @
ec562be0
...
...
@@ -69,10 +69,10 @@ namespace
bo
.
host_to_little
(
hashes
);
final
=
murmur_hash3
(
hashes
,
sizeof
(
hashes
),
0
);
// using ostringstream to avoid compiler error in visual studio 2005
ostringstream
sout
;
sout
<<
hex
<<
final
;
dlog
<<
LINFO
<<
"final: "
<<
sout
.
str
();
// using ostringstream to avoid compiler error in visual studio 2005
ostringstream
sout
;
sout
<<
hex
<<
final
;
dlog
<<
LINFO
<<
"final: "
<<
sout
.
str
();
DLIB_TEST
(
final
==
0xB0F57EE3
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment