Skip to content

Commit

Permalink
Add whitespace in Objective C code to de-confuse the KDevelop code pa…
Browse files Browse the repository at this point in the history
…rser
  • Loading branch information
gjanssens committed Mar 17, 2021
1 parent e27851d commit d7e348a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnucash/gnucash-core-app.cpp
Expand Up @@ -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"];
}
Expand Down

0 comments on commit d7e348a

Please sign in to comment.