Stop pointlessly indenting GetProtoObject.

This commit is contained in:
Ms2ger 2014-03-11 12:15:54 +01:00
parent d1f5b0971d
commit f7a847c581

View file

@ -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),