]> granicus.if.org Git - icinga2/blobdiff - plugins/thresholds.h
Fix performance output of check_perfmon
[icinga2] / plugins / thresholds.h
index 039b22d584432308b5bfc858d1a1fcada8405217..6b5b576e10de48b0773b944c3347f43c4f66a337 100644 (file)
@@ -1,6 +1,6 @@
 /******************************************************************************
 * Icinga 2                                                                   *
-* Copyright (C) 2012-2015 Icinga Development Team (http://www.icinga.org)    *
+* Copyright (C) 2012-2016 Icinga Development Team (https://www.icinga.org/)  *
 *                                                                            *
 * This program is free software; you can redistribute it and/or              *
 * modify it under the terms of the GNU General Public License                *
 * along with this program; if not, write to the Free Software Foundation     *
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.             *
 ******************************************************************************/
+
 #ifndef THRESHOLDS_H
 #define THRESHOLDS_H
+
 #include <string>
 #include <Windows.h>
 #include <vector>
@@ -67,4 +69,5 @@ Tunit parseTUnit(CONST std::wstring&);
 std::wstring TunitStr(CONST Tunit&);
 
 VOID die(DWORD err = 0);
-#endif
\ No newline at end of file
+
+#endif /* THRESHOLDS_H */