Bug 1155968 - Whitespace changes in header.py and runtests.py. r=khuey

This commit is contained in:
Boris Kudryavtsev
2015-05-04 22:45:00 +02:00
parent f24950fa76
commit 72433cfd6e
2 changed files with 2 additions and 2 deletions

View File

@@ -346,7 +346,7 @@ def write_interface(iface, fd):
fd.write(" /* %s */\n" % m.toIDL())
fd.write(" %s = 0;\n\n" % methodAsNative(m))
def write_attr_decl(a):
printComments(fd, a.doccomments, ' ')