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:
Geert Janssens 2020-05-23 10:15:23 +02:00
parent 785f6702a1
commit 91473b1218