[Lemon-commits] Alpar Juttner: Update to 2009 plus whitespace un...

Lemon HG hg at lemon.cs.elte.hu
Thu Jan 8 18:32:50 CET 2009


details:   http://lemon.cs.elte.hu/hg/lemon/rev/ba49101c9b07
changeset: 467:ba49101c9b07
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Thu Jan 08 17:10:42 2009 +0000
description:
	Update to 2009 plus whitespace unification

diffstat:

2 files changed, 4 insertions(+), 4 deletions(-)
lemon/radix_sort.h      |    6 +++---
test/radix_sort_test.cc |    2 +-

diffs (42 lines):

diff --git a/lemon/radix_sort.h b/lemon/radix_sort.h
--- a/lemon/radix_sort.h
+++ b/lemon/radix_sort.h
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
@@ -348,7 +348,7 @@
                                      sizeof(Value) - 1, functor);
           std::copy(buffer + length, buffer + 2 * length, first);
         }        else {
-          signedStableRadixIntroSort(buffer + length, buffer + 2 * length, 
+          signedStableRadixIntroSort(buffer + length, buffer + 2 * length,
                                      buffer, sizeof(Value) - 1, functor);
           std::copy(buffer, buffer + length, first);
         }
@@ -360,7 +360,7 @@
     }
 
     template <typename Value, typename Iterator, typename Functor>
-    void stableRadixUnsignedSort(Iterator first, Iterator last, 
+    void stableRadixUnsignedSort(Iterator first, Iterator last,
                                  Functor functor) {
       if (first == last) return;
       typedef typename std::iterator_traits<Iterator>::value_type Key;
diff --git a/test/radix_sort_test.cc b/test/radix_sort_test.cc
--- a/test/radix_sort_test.cc
+++ b/test/radix_sort_test.cc
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *



More information about the Lemon-commits mailing list