diff options
author | Zufu Liu <unknown> | 2017-09-14 13:52:40 +1000 |
---|---|---|
committer | Zufu Liu <unknown> | 2017-09-14 13:52:40 +1000 |
commit | 5408e40b1bf7ebe1273cd61dc33772fb5c4d226e (patch) | |
tree | 880e756b74b4d9ee7319ba0de60eccbe0014ead7 /scripts/Face.py | |
parent | 7d7e31478855b578b6397f61784df29c1bb98bcf (diff) | |
download | scintilla-mirror-5408e40b1bf7ebe1273cd61dc33772fb5c4d226e.tar.gz |
Backport: Normalize whitespace.
Backport of changeset 6391:9e52beea0fea.
Diffstat (limited to 'scripts/Face.py')
-rw-r--r-- | scripts/Face.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Face.py b/scripts/Face.py index 0fbae30a8..e4001e47d 100644 --- a/scripts/Face.py +++ b/scripts/Face.py @@ -75,7 +75,7 @@ class Face: "ReturnType": retType, "Value": value, "Param1Type": p1[0], "Param1Name": p1[1], "Param1Value": p1[2], - "Param2Type": p2[0], "Param2Name": p2[1], "Param2Value": p2[2], + "Param2Type": p2[0], "Param2Name": p2[1], "Param2Value": p2[2], "Category": currentCategory, "Comment": currentComment } if value in self.values: |