diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2012-02-16 09:29:54 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2012-02-16 13:33:04 +0100 |
commit | fc593ac601469a5d69274bbec539e58ad466fd67 (patch) | |
tree | 5997d0306b83bc87c628d05c7f732816429c5c33 /forms | |
parent | aef29c37fbe2bf2d248048c699972fb9e0ac2b4e (diff) |
correct indentation
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/ListBox.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx index 9d947aa3baf1..2453ebc38612 100644 --- a/forms/source/component/ListBox.cxx +++ b/forms/source/component/ListBox.cxx @@ -896,9 +896,9 @@ namespace frm } } break; - default: - OSL_FAIL( "OListBoxModel::loadData: unreachable!" ); - break; + default: + OSL_FAIL( "OListBoxModel::loadData: unreachable!" ); + break; } } catch(const SQLException& eSQL) |