summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2015-10-18 18:42:24 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2015-10-18 16:45:32 +0000
commit403e652402bddca925d7163373b9f8ebbac2374e (patch)
tree9ab395374f3b0722d105c7a77c4cda82016a56ad
parent3d39b1284380725c2bec5426a5d8c4d078567f1f (diff)
janitorial: indent
Change-Id: I26030811a5da551482b0cc2a18c302160ada6cd6 Reviewed-on: https://gerrit.libreoffice.org/19435 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
-rw-r--r--connectivity/source/commontools/FValue.cxx2
-rw-r--r--svx/source/form/fmshell.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/commontools/FValue.cxx b/connectivity/source/commontools/FValue.cxx
index ab33c028bbd8..3318fc14cdef 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 7665e08453af..100944a57728 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( );
}
}
}