summaryrefslogtreecommitdiff
path: root/completions/cppcheck
diff options
context:
space:
mode:
Diffstat (limited to 'completions/cppcheck')
-rw-r--r--completions/cppcheck3
1 files changed, 2 insertions, 1 deletions
diff --git a/completions/cppcheck b/completions/cppcheck
index c31966d6..5174833e 100644
--- a/completions/cppcheck
+++ b/completions/cppcheck
@@ -36,7 +36,8 @@ _cppcheck()
return
;;
--platform)
- COMPREPLY=( $( compgen -W 'unix32 unix64 win32A win32W win64' -- "$cur" ) )
+ COMPREPLY=( $( compgen -W 'unix32 unix64 win32A win32W win64' \
+ -- "$cur" ) )
return
;;
--xml-version)