From 3574eda4c1b0ad509d7fc4a3368b16efed653402 Mon Sep 17 00:00:00 2001 From: Tibor Vass Date: Wed, 25 Mar 2015 09:56:49 -0600 Subject: [PATCH] Revert "Dealing with trailing whitespaces" The validation script from #10681 is too pedantic, and does not handle well situations like: ``` cat < --- contrib/completion/bash/docker | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/completion/bash/docker b/contrib/completion/bash/docker index 35dd4d8980..ca874bc10c 100755 --- a/contrib/completion/bash/docker +++ b/contrib/completion/bash/docker @@ -22,7 +22,7 @@ # must have access to the socket for the completions to function correctly # # Note for developers: -# Please arrange options sorted alphabetically by long name with the short +# Please arrange options sorted alphabetically by long name with the short # options immediately following their corresponding long form. # This order should be applied to lists, alternatives and code blocks. @@ -257,8 +257,8 @@ _docker_build() { ;; --file|-f) _filedir - return - ;; + return + ;; esac case "$cur" in