diff -r 4317d277ba21 -r 765619b7cbb2 test/error_test.cc --- a/test/error_test.cc Sun Jul 13 16:46:56 2008 +0100 +++ b/test/error_test.cc Sun Jul 13 19:51:02 2008 +0100 @@ -1,6 +1,6 @@ -/* -*- C++ -*- +/* -*- mode: C++; indent-tabs-mode: nil; -*- * - * This file is a part of LEMON, a generic C++ optimization library + * This file is a part of LEMON, a generic C++ optimization library. * * Copyright (C) 2003-2008 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport @@ -58,8 +58,8 @@ #define LEMON_ASSERT_CUSTOM static int cnt = 0; -void my_assert_handler(const char*, int, const char*, - const char*, const char*) { +void my_assert_handler(const char*, int, const char*, + const char*, const char*) { ++cnt; }