Add trailing newlines to siphash examples.

I'm not sure if I'll actually release this example. I don't think it does a
good job of demonstrating what I wanted.

[SVN r84249]
This commit is contained in:
Daniel James
2013-05-12 14:33:15 +00:00
parent 6b21eeccab
commit 27c4e90374
5 changed files with 5 additions and 5 deletions

View File

@@ -35,4 +35,4 @@ int main()
assert(x1.bucket(10) == x2.bucket(10));
assert(x1.bucket(30) == x2.bucket(30));
}
}