netdata: fix whitespace in the patch that caused failures when applying

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Derek Straka 2016-04-29 16:05:42 -04:00 committed by Martin Jansa
parent 23a1c2ea7e
commit 546d55d8bb

View File

@ -7,12 +7,12 @@ index 40c0356..bca57b3 100755
# can emulate the timeout command we need:
# > timeout SECONDS command ...
-if [ $check_for_timeout -eq 1 ]
- then
- require_cmd timeout || exit 1
- then
- require_cmd timeout || exit 1
-fi
+#if [ $check_for_timeout -eq 1 ]
+# then
+# require_cmd timeout || exit 1
+# then
+# require_cmd timeout || exit 1
+#fi
# -----------------------------------------------------------------------------