src/test/importtest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit fa2420cddb9945caa7696cb394cec624f35c3782 Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Wed Dec 17 22:17:29 2014 +0100 ImportTest: fix indentation Change-Id: Ibc19c371d0aa8167193fcb3c3958caf2251abab9 diff --git a/src/test/importtest.cpp b/src/test/importtest.cpp index d25380d..445bfe8 100644 --- a/src/test/importtest.cpp +++ b/src/test/importtest.cpp @@ -17,9 +17,9 @@ namespace { /// Allows using CPPUNIT_ASSERT_EQUAL() on librevenge::RVNGString instances. -std::ostream& operator <<(std::ostream& s, const librevenge::RVNGString &string) +std::ostream &operator <<(std::ostream &s, const librevenge::RVNGString &string) { - return s << string.cstr(); + return s << string.cstr(); } /// Caller must call xmlXPathFreeObject. _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits