Noop indentation

Same behaviour; just force a level of indentation.  Mostly useful to
make the next commit more readable.

Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
Niels Thykier 2018-02-17 14:07:35 +00:00
parent a8e4d0efbf
commit 180d7f8ddb

View file

@ -561,6 +561,8 @@ def findReferencedElements(node, ids=None):
global referencingProps global referencingProps
if ids is None: if ids is None:
ids = {} ids = {}
if 1: # Indent-only
# TODO: input argument ids is clunky here (see below how it is called) # TODO: input argument ids is clunky here (see below how it is called)
# GZ: alternative to passing dict, use **kwargs # GZ: alternative to passing dict, use **kwargs