Bug 1155968 - Remove trailing whitespace in header.py. r=khuey

This commit is contained in:
Boris Kudryavtsev 2015-05-04 22:41:00 +02:00
parent 5562b1dcb8
commit 8f40bd3325

View File

@ -241,7 +241,7 @@ uuid_decoder = re.compile(r"""(?P<m0>[a-f0-9]{8})-
(?P<m4>[a-f0-9]{12})$""", re.X)
iface_prolog = """ {
public:
public:
NS_DECLARE_STATIC_IID_ACCESSOR(%(defname)s_IID)