|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r84249 - trunk/libs/unordered/examples/siphash
From: dnljms_at_[hidden]
Date: 2013-05-12 10:33:19
Author: danieljames
Date: 2013-05-12 10:33:15 EDT (Sun, 12 May 2013)
New Revision: 84249
URL: http://svn.boost.org/trac/boost/changeset/84249
Log:
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.
Text files modified:
trunk/libs/unordered/examples/siphash/Jamfile.v2 | 2 +-
trunk/libs/unordered/examples/siphash/siphash.cpp | 2 +-
trunk/libs/unordered/examples/siphash/siphash.hpp | 2 +-
trunk/libs/unordered/examples/siphash/siphash_example.cpp | 2 +-
trunk/libs/unordered/examples/siphash/siphash_generate.cpp | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
Modified: trunk/libs/unordered/examples/siphash/Jamfile.v2
==============================================================================
--- trunk/libs/unordered/examples/siphash/Jamfile.v2 (original)
+++ trunk/libs/unordered/examples/siphash/Jamfile.v2 2013-05-12 10:33:15 EDT (Sun, 12 May 2013)
@@ -15,4 +15,4 @@
lib siphash : siphash.cpp siphash_generate.cpp /boost/random//boost_random ;
-run siphash_example.cpp siphash ;
\ No newline at end of file
+run siphash_example.cpp siphash ;
Modified: trunk/libs/unordered/examples/siphash/siphash.cpp
==============================================================================
--- trunk/libs/unordered/examples/siphash/siphash.cpp (original)
+++ trunk/libs/unordered/examples/siphash/siphash.cpp 2013-05-12 10:33:15 EDT (Sun, 12 May 2013)
@@ -88,4 +88,4 @@
return v0 ^ v1 ^ v2 ^ v3;
}
-}
\ No newline at end of file
+}
Modified: trunk/libs/unordered/examples/siphash/siphash.hpp
==============================================================================
--- trunk/libs/unordered/examples/siphash/siphash.hpp (original)
+++ trunk/libs/unordered/examples/siphash/siphash.hpp 2013-05-12 10:33:15 EDT (Sun, 12 May 2013)
@@ -201,4 +201,4 @@
#endif
}
-#endif
\ No newline at end of file
+#endif
Modified: trunk/libs/unordered/examples/siphash/siphash_example.cpp
==============================================================================
--- trunk/libs/unordered/examples/siphash/siphash_example.cpp (original)
+++ trunk/libs/unordered/examples/siphash/siphash_example.cpp 2013-05-12 10:33:15 EDT (Sun, 12 May 2013)
@@ -35,4 +35,4 @@
assert(x1.bucket(10) == x2.bucket(10));
assert(x1.bucket(30) == x2.bucket(30));
-}
\ No newline at end of file
+}
Modified: trunk/libs/unordered/examples/siphash/siphash_generate.cpp
==============================================================================
--- trunk/libs/unordered/examples/siphash/siphash_generate.cpp (original)
+++ trunk/libs/unordered/examples/siphash/siphash_generate.cpp 2013-05-12 10:33:15 EDT (Sun, 12 May 2013)
@@ -24,4 +24,4 @@
k.k1 = gen();
return k;
}
-}
\ No newline at end of file
+}
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk