mirror of
https://github.com/servo/servo.git
synced 2025-06-14 03:14:29 +00:00
Stop pointlessly indenting GetProtoObject.
This commit is contained in:
parent
d1f5b0971d
commit
f7a847c581
1 changed files with 1 additions and 1 deletions
|
@ -4627,7 +4627,7 @@ class CGDescriptor(CGThing):
|
|||
|
||||
cgThings.append(CGWrapMethod(descriptor))
|
||||
|
||||
cgThings = CGList((CGIndenter(t, declareOnly=True) for t in cgThings), "\n")
|
||||
cgThings = CGList(cgThings, "\n")
|
||||
cgThings = CGWrapper(cgThings, pre='\n', post='\n')
|
||||
#self.cgRoot = CGWrapper(CGNamespace(toBindingNamespace(descriptor.name),
|
||||
# cgThings),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue