]> Dogcows Code - chaz/yoink/blobdiff - src/moof/hash.cc
remove some unused stlplus modules
[chaz/yoink] / src / moof / hash.cc
index dbbc9befae9b337a352ab65591b84bd81ba69d13..ae09b1cf1df5f1b24e9507f7cde4b3c7b7aa66ac 100644 (file)
@@ -1,13 +1,11 @@
 
-/*]  Copyright (c) 2009-2010, Charles McGarvey  [**************************
+/*]  Copyright (c) 2009-2011, Charles McGarvey  [*****************************
 **]  All rights reserved.
 *
-* vi:ts=4 sw=4 tw=75
-*
 * Distributable under the terms and conditions of the 2-clause BSD license;
 * see the file COPYING for a complete text of the license.
 *
-**************************************************************************/
+*****************************************************************************/
 
 #include "hash.hh"
 
@@ -31,8 +29,8 @@ namespace moof {
 // 2. It will not produce the same results on little-endian and big-endian
 //    machines.
 
-unsigned hash_function::operator()(const void* key, int len,
-                                                                  unsigned int seed) const
+unsigned
+hash_function::operator()(const void* key, int len, unsigned int seed) const
 {
        // 'm' and 'r' are mixing constants generated offline.
        // They're not really 'magic', they just happen to work well.
This page took 0.017571 seconds and 4 git commands to generate.