mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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})
|
||||
|
||||
rm ${TMP_ERR} ${TMP_WARN} ${TMP_DOC}
|
||||
|
||||
|
||||
if [ -n "${WARNINGS}" ]
|
||||
then
|
||||
echo "WARNING: The following modified files generate doxygen warnings:"
|
||||
|
Loading…
Reference in New Issue
Block a user