]> granicus.if.org Git - icinga2/blobdiff - test/test-runner.cpp
Merge pull request #5946 from Icinga/feature/clang-tidy
[icinga2] / test / test-runner.cpp
index b78d9dcf2d45e8f5f115f63288da289e0e9466ee..ea09e8744a1fe66c67713e4f0f4dc91c088547b5 100644 (file)
@@ -1,6 +1,6 @@
 /******************************************************************************
 * Icinga 2                                                                   *
-* Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/)  *
+* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/)  *
 *                                                                            *
 * This program is free software; you can redistribute it and/or              *
 * modify it under the terms of the GNU General Public License                *
@@ -23,7 +23,7 @@
 
 using namespace icinga;
 
-static bool init_unit_test(void)
+static bool init_unit_test()
 {
        return true;
 }