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:
Vadim Zeitlin 2014-12-16 17:27:15 +01:00
commit ad67f4ab4d
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
/**
* \brief
* Brief description.
*
*
* The comment text
* \author Some author
* \return Some number

View file

@ -9,7 +9,7 @@ commentVerifier.check(doxygen_basic_notranslate.function.__doc__,
r"""
\brief
Brief description.
The comment text
\author Some author
\return Some number