test/error_test.cc
changeset 209 765619b7cbb2
parent 171 02f4d5d9bfd7
child 223 cfadfeef706f
     1.1 --- a/test/error_test.cc	Sun Jul 13 16:46:56 2008 +0100
     1.2 +++ b/test/error_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 @@ -58,8 +58,8 @@
    1.13  #define LEMON_ASSERT_CUSTOM
    1.14  
    1.15  static int cnt = 0;
    1.16 -void my_assert_handler(const char*, int, const char*, 
    1.17 -		       const char*, const char*) {
    1.18 +void my_assert_handler(const char*, int, const char*,
    1.19 +                       const char*, const char*) {
    1.20    ++cnt;
    1.21  }
    1.22