dist/tools/doccheck/check.sh: trailing space fix
This commit is contained in:
parent
5021c5a85e
commit
9cd8da3e72
2
dist/tools/doccheck/check.sh
vendored
2
dist/tools/doccheck/check.sh
vendored
@ -42,7 +42,7 @@ WARNINGS=$(comm -1 -2 ${TMP_WARN} ${TMP_DOC})
|
|||||||
ERRORS=$(comm -1 -2 ${TMP_ERR} ${TMP_DOC})
|
ERRORS=$(comm -1 -2 ${TMP_ERR} ${TMP_DOC})
|
||||||
|
|
||||||
rm ${TMP_ERR} ${TMP_WARN} ${TMP_DOC}
|
rm ${TMP_ERR} ${TMP_WARN} ${TMP_DOC}
|
||||||
|
|
||||||
if [ -n "${WARNINGS}" ]
|
if [ -n "${WARNINGS}" ]
|
||||||
then
|
then
|
||||||
echo "WARNING: The following modified files generate doxygen warnings:"
|
echo "WARNING: The following modified files generate doxygen warnings:"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user