test/path_test.cc
changeset 209 765619b7cbb2
parent 96 b55e501a90ee
child 440 88ed40ad0d4f
     1.1 --- a/test/path_test.cc	Sun Jul 13 16:46:56 2008 +0100
     1.2 +++ b/test/path_test.cc	Sun Jul 13 19:51:02 2008 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4 -/* -*- C++ -*-
     1.5 +/* -*- mode: C++; indent-tabs-mode: nil; -*-
     1.6   *
     1.7 - * This file is a part of LEMON, a generic C++ optimization library
     1.8 + * This file is a part of LEMON, a generic C++ optimization library.
     1.9   *
    1.10   * Copyright (C) 2003-2008
    1.11   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.12 @@ -39,6 +39,6 @@
    1.13  }
    1.14  
    1.15  int main() {
    1.16 -  check_concepts();  
    1.17 +  check_concepts();
    1.18    return 0;
    1.19  }