include: remove trailing whitespaces

Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45127 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Luka Perkov
2015-03-29 07:29:18 +00:00
parent d71861b48e
commit a4a0fa62d6
18 changed files with 21 additions and 21 deletions

View File

@@ -32,6 +32,6 @@ trapret() {(
md5s() {
cat "$@" | (
md5sum 2>/dev/null ||
md5
md5
) | awk '{print $1}'
}