aboutsummaryrefslogtreecommitdiff
path: root/utils/bash-autocomplete.sh
diff options
context:
space:
mode:
authorYuka Takahashi <yukatkh@gmail.com>2017-05-23 18:52:27 +0000
committerYuka Takahashi <yukatkh@gmail.com>2017-05-23 18:52:27 +0000
commit67b9708e3785afcafdc332ebe904c4d3df2d5649 (patch)
tree4306ee070570982fae5298d985e1e6a6a1794341 /utils/bash-autocomplete.sh
parentd7b775c00f12fbd46aa0680c744be13459300b9f (diff)
Remove trailing whitespace
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@303672 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/bash-autocomplete.sh')
-rw-r--r--utils/bash-autocomplete.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/bash-autocomplete.sh b/utils/bash-autocomplete.sh
index a906712514..de4a435b88 100644
--- a/utils/bash-autocomplete.sh
+++ b/utils/bash-autocomplete.sh
@@ -10,5 +10,5 @@ _clang()
else
COMPREPLY=( $( compgen -W "$flags" -- "$cur" ) )
fi
-}
+}
complete -F _clang clang