mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add whitespace in Objective C code to de-confuse the KDevelop code parser
This commit is contained in:
parent
e27851d686
commit
d7e348a1fe
@ -233,7 +233,7 @@ set_mac_locale()
|
||||
{
|
||||
lang_str = [locale objectForKey: NSLocaleLanguageCode];
|
||||
country_str = [locale objectForKey: NSLocaleCountryCode];
|
||||
locale_str = [[[lang_str stringByAppendingString: @"_"]
|
||||
locale_str = [ [ [lang_str stringByAppendingString: @"_"]
|
||||
stringByAppendingString: country_str]
|
||||
stringByAppendingString: @".UTF-8"];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user