take care of space before brackets in function

This commit is contained in:
sonoro1234
2018-08-31 09:53:25 +02:00
parent 07d6c6897a
commit b5150cc1ac
6 changed files with 2 additions and 8 deletions

View File

@@ -1638,9 +1638,6 @@ defs["structs"]["TextRange"][1]["name"] = "b"
defs["structs"]["TextRange"][2] = {}
defs["structs"]["TextRange"][2]["type"] = "const char*"
defs["structs"]["TextRange"][2]["name"] = "e"
defs["structs"]["TextRange"][3] = {}
defs["structs"]["TextRange"][3]["type"] = "const char* end()const { return"
defs["structs"]["TextRange"][3]["name"] = "e"
defs["structs"]["ImGuiOnceUponAFrame"] = {}
defs["structs"]["ImGuiOnceUponAFrame"][1] = {}
defs["structs"]["ImGuiOnceUponAFrame"][1]["type"] = "int"