Module: check_mk
Branch: master
Commit: 69c645a5093247d5ca662a605bc0fc885fffadd2
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=69c645a5093247…
Author: Jukka Aro <ja(a)mathias-kettner.de>
Date: Wed Feb 28 10:30:51 2018 +0100
Do not heal spaces for Windows agent code
The script breaks symlinks. C++ code should rather be formatted
with clang-format.
---
Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/Makefile b/Makefile
index a4c3f17..76f63d0 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,6 @@ LIVESTATUS_SOURCES := Makefile.am api/c++/{Makefile,*.{h,cc}} api/perl/*
\
# Files that are checked for trailing spaces
HEAL_SPACES_IN := checkman/* cmk_base/* checks/* notifications/* inventory/* \
$$(find -name Makefile) livestatus/src/*.{cc,h} \
- agents/windows/*.cc \
web/htdocs/*.{py,css} web/htdocs/js/*.js web/plugins/*/*.py \
doc/helpers/* scripts/setup.sh scripts/autodetect.py \
$$(find pnp-templates -type f -name "*.php") \