From: Noah Hilverling Date: Fri, 24 May 2019 14:24:28 +0000 (+0200) Subject: Docs: Replace 'training whitespaces' with 'trailing whitespaces' X-Git-Tag: v2.11.0-rc1~87^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0bd80389be18bb558d6bdad00b19fef16506fa7a;p=icinga2 Docs: Replace 'training whitespaces' with 'trailing whitespaces' --- diff --git a/doc/21-development.md b/doc/21-development.md index 8db0640ea..bf5cf8b20 100644 --- a/doc/21-development.md +++ b/doc/21-development.md @@ -1188,7 +1188,7 @@ required though. #### Whitespace Cleanup Patches must be cleaned up and follow the indent style (tabs instead of spaces). -You should also remove any training whitespaces. +You should also remove any trailing whitespaces. `git diff` allows to highlight such.