mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Reformat Objective C code to work around a KDevelop bug.
KDevelop erroneously interprets [[ as the beginning of a C++17 attribute which messes up all subsequent formatting. Changing this to '[ [' (with a space in between) resolves the issue.
This commit is contained in:
parent
785f6702a1
commit
91473b1218