diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2015-10-18 18:42:24 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2015-10-18 16:45:32 +0000 |
commit | 403e652402bddca925d7163373b9f8ebbac2374e (patch) | |
tree | 9ab395374f3b0722d105c7a77c4cda82016a56ad /connectivity | |
parent | 3d39b1284380725c2bec5426a5d8c4d078567f1f (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>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/commontools/FValue.cxx | 2 |
1 files changed, 1 insertions, 1 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; } |