Skip to content
Snippets Groups Projects
Commit 67b9708e authored by Yuka Takahashi's avatar Yuka Takahashi
Browse files

Remove trailing whitespace

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@303672 91177308-0d34-0410-b5e6-96231b3b80d8
parent d7b775c0
No related branches found
No related tags found
No related merge requests found
...@@ -10,5 +10,5 @@ _clang() ...@@ -10,5 +10,5 @@ _clang()
else else
COMPREPLY=( $( compgen -W "$flags" -- "$cur" ) ) COMPREPLY=( $( compgen -W "$flags" -- "$cur" ) )
fi fi
} }
complete -F _clang clang complete -F _clang clang
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment