[Libreoffice-commits] core.git: connectivity/source svx/source

Lionel Elie Mamane lionel at mamane.lu
Sun Oct 18 09:46:04 PDT 2015


 connectivity/source/commontools/FValue.cxx |    2 +-
 svx/source/form/fmshell.cxx                |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 403e652402bddca925d7163373b9f8ebbac2374e
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Sun Oct 18 18:42:24 2015 +0200

    janitorial: indent
    
    Change-Id: I26030811a5da551482b0cc2a18c302160ada6cd6
    Reviewed-on: https://gerrit.libreoffice.org/19435
    Reviewed-by: Lionel Elie Mamane <lionel at mamane.lu>
    Tested-by: Lionel Elie Mamane <lionel at mamane.lu>

diff --git a/connectivity/source/commontools/FValue.cxx b/connectivity/source/commontools/FValue.cxx
index ab33c02..3318fc1 100644
--- a/connectivity/source/commontools/FValue.cxx
+++ b/connectivity/source/commontools/FValue.cxx
@@ -794,7 +794,7 @@ bool ORowSetValue::operator==(const ORowSetValue& _rRH) const
                             break;
                 }
                 break;
-            }
+        }
         return false;
     }
 
diff --git a/svx/source/form/fmshell.cxx b/svx/source/form/fmshell.cxx
index 7665e08..100944a 100644
--- a/svx/source/form/fmshell.cxx
+++ b/svx/source/form/fmshell.cxx
@@ -283,8 +283,8 @@ bool FmFormShell::PrepareClose(bool bUI)
                                 return false;
                         }
 
-                            if ( bModified )
-                                bResult = rController->commitCurrentRecord( );
+                        if ( bModified )
+                            bResult = rController->commitCurrentRecord( );
                     }
                 }
             }


More information about the Libreoffice-commits mailing list