Remove trailing space from one of Doxygen tests.
This resulted in a warning (treated as error) from pep8 1.5.7 when running Doxygen test suite for Python.
This commit is contained in:
parent
fd47e6870e
commit
ad67f4ab4d
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ commentVerifier.check(doxygen_basic_notranslate.function.__doc__,
|
|||
r"""
|
||||
\brief
|
||||
Brief description.
|
||||
|
||||
|
||||
The comment text
|
||||
\author Some author
|
||||
\return Some number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue