Code cleanup

This commit is contained in:
Pierre Pronchery 2018-12-30 15:50:27 +01:00
parent f12901024d
commit ff95fcd40e

View File

@ -72,6 +72,8 @@ _clint()
_clint_file()
{
filename="$1"
echo
$DEBUG $LINT $CPPFLAGS $CFLAGS "$filename" 2>&1
ret=$?