[PATCH] Janitorial: indent code correctly

Chris Sherlock (via Code Review) gerrit at gerrit.libreoffice.org
Sat May 11 22:43:04 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3867

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/67/3867/1

Janitorial: indent code correctly

Change-Id: I9fcbeb5f60df1a977347076dac82d4b5f7aba2c1
---
M cppcanvas/source/mtfrenderer/emfplus.cxx
1 file changed, 11 insertions(+), 11 deletions(-)



diff --git a/cppcanvas/source/mtfrenderer/emfplus.cxx b/cppcanvas/source/mtfrenderer/emfplus.cxx
index 3eebc81..4cfd7b9 100644
--- a/cppcanvas/source/mtfrenderer/emfplus.cxx
+++ b/cppcanvas/source/mtfrenderer/emfplus.cxx
@@ -1504,19 +1504,19 @@
 
                             pen->SetStrokeAttributes (aStrokeAttributes, *this, rState);
 
-                ActionSharedPtr pPolyAction(
-                    internal::PolyPolyActionFactory::createPolyPolyAction(
-                        polygon, rFactoryParms.mrCanvas, rState, aStrokeAttributes ) );
+                            ActionSharedPtr pPolyAction(
+                                internal::PolyPolyActionFactory::createPolyPolyAction(
+                                    polygon, rFactoryParms.mrCanvas, rState, aStrokeAttributes ) );
 
-                if( pPolyAction )
-                {
-                    maActions.push_back(
-                        MtfAction(
-                            pPolyAction,
-                            rFactoryParms.mrCurrActionIndex ) );
+                            if( pPolyAction )
+                            {
+                                maActions.push_back(
+                                    MtfAction(
+                                        pPolyAction,
+                                        rFactoryParms.mrCurrActionIndex ) );
 
-                    rFactoryParms.mrCurrActionIndex += pPolyAction->getActionCount()-1;
-                }
+                                rFactoryParms.mrCurrActionIndex += pPolyAction->getActionCount()-1;
+                            }
 
                             break;
                         }

-- 
To view, visit https://gerrit.libreoffice.org/3867
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9fcbeb5f60df1a977347076dac82d4b5f7aba2c1
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Chris Sherlock <chris.sherlock79 at gmail.com>



More information about the LibreOffice mailing list