diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-05-29 14:12:29 +0900 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2014-06-10 00:04:06 +0200 |
commit | 7eb6e340526adf14ed7cf7dfde8b9c6fc0741cfc (patch) | |
tree | 0e5bfa931e32e706edcb9fc108369ed8902702fe /scripts/config | |
parent | 2d5c5dbb48253f1729dc09f266a98bd2d7e694cb (diff) |
kbuild: trivial - remove trailing empty lines
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'scripts/config')
-rwxr-xr-x | scripts/config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config b/scripts/config index 68041793698c..026aeb4f32ee 100755 --- a/scripts/config +++ b/scripts/config @@ -223,4 +223,3 @@ while [ "$1" != "" ] ; do ;; esac done - |