From c7662eea858d4c1edc7f7600fa102cedc386417f Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Sat, 28 Dec 2013 09:57:01 +0100 Subject: oox: whitespace fixes in WpsContext Change-Id: Idcd4409a02a5b0dc5f7b67d2a482bf4fe30f579c --- oox/source/shape/WpsContext.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'oox/source/shape/WpsContext.hxx') diff --git a/oox/source/shape/WpsContext.hxx b/oox/source/shape/WpsContext.hxx index b7f97f89faf5..aafc77a32a5e 100644 --- a/oox/source/shape/WpsContext.hxx +++ b/oox/source/shape/WpsContext.hxx @@ -13,7 +13,10 @@ #include "oox/core/contexthandler2.hxx" #include "oox/drawingml/shape.hxx" -namespace oox { namespace shape { +namespace oox +{ +namespace shape +{ /// Wps is the drawingML equivalent of v:shape. class WpsContext : public oox::core::ContextHandler2 @@ -32,7 +35,8 @@ protected: }; -} } +} +} #endif -- cgit