From a2d1a73304a2ff378ca05ff87848e04dbfdc0e4e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 4 Apr 2017 14:45:01 +0200 Subject: [PATCH] More commit resurrection (why do people do such silly reformatting?) Change-Id: Ie9d45d7dfccb000f53fa5e8dc456f1e7c033af18 --- codemaker/source/cppumaker/cpputype.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codemaker/source/cppumaker/cpputype.cxx b/codemaker/source/cppumaker/cpputype.cxx index 9b721695faf6..3d442d9c625d 100644 --- a/codemaker/source/cppumaker/cpputype.cxx +++ b/codemaker/source/cppumaker/cpputype.cxx @@ -554,8 +554,8 @@ void CppuType::dumpHFileContent( dumpHeaderDefine(out, "HDL"); out << "\n"; includes.dump(out, nullptr, false); - // 'exceptions = false' would be wrong for services/singletons, but - // those don't dump .hdl files anyway + // 'exceptions = false' would be wrong for services/singletons, but + // those don't dump .hdl files anyway out << ("\nnamespace com { namespace sun { namespace star { namespace uno" " { class Type; } } } }\n\n"); if (codemaker::cppumaker::dumpNamespaceOpen(out, name_, false)) {