cppcheck: Wrap long line.

This commit is contained in:
Ville Skyttä 2011-10-30 11:09:13 +02:00
parent c07cc2ba43
commit 2a88af018e

View File

@ -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)