From ad67f4ab4ddf8d0e828ffabb247b9ad307102ece Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 16 Dec 2014 17:27:15 +0100 Subject: [PATCH] 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. --- Examples/test-suite/doxygen_basic_notranslate.i | 2 +- Examples/test-suite/python/doxygen_basic_notranslate_runme.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/test-suite/doxygen_basic_notranslate.i b/Examples/test-suite/doxygen_basic_notranslate.i index 8699e3289..e97cc589f 100644 --- a/Examples/test-suite/doxygen_basic_notranslate.i +++ b/Examples/test-suite/doxygen_basic_notranslate.i @@ -14,7 +14,7 @@ /** * \brief * Brief description. - * + * * The comment text * \author Some author * \return Some number diff --git a/Examples/test-suite/python/doxygen_basic_notranslate_runme.py b/Examples/test-suite/python/doxygen_basic_notranslate_runme.py index 5559e38bc..90a0897c3 100644 --- a/Examples/test-suite/python/doxygen_basic_notranslate_runme.py +++ b/Examples/test-suite/python/doxygen_basic_notranslate_runme.py @@ -9,7 +9,7 @@ commentVerifier.check(doxygen_basic_notranslate.function.__doc__, r""" \brief Brief description. - + The comment text \author Some author \return Some number