From a631f8ec1d3ece2de5f43a143a4ecc35bdebd1dc Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 28 Apr 2017 14:57:44 +0300 Subject: Fix indentation Change-Id: I9d4b933e6a1a108427ac6583ff8305b40a620409 --- cui/source/options/optgenrl.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cui/source') diff --git a/cui/source/options/optgenrl.cxx b/cui/source/options/optgenrl.cxx index fc220de51598..8ea85be28857 100644 --- a/cui/source/options/optgenrl.cxx +++ b/cui/source/options/optgenrl.cxx @@ -233,10 +233,10 @@ void SvxGeneralTabPage::InitControls () LangBit = Lang::Russian; else { - if (MsLangId::isFamilyNameFirst(l)) - LangBit = Lang::Eastern; - else - LangBit = Lang::Others; + if (MsLangId::isFamilyNameFirst(l)) + LangBit = Lang::Eastern; + else + LangBit = Lang::Others; } // creating rows -- cgit