From cbba27555ad14b07c60655f9afdfdbbb4c54d937 Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Fri, 24 Apr 2015 15:46:45 -0400 Subject: [PATCH] Bug 1155816 - followup - delete trailing whitespace, DONTBUILD for whitespace-only change; r=tidybot --- python/mozbuild/mozbuild/frontend/emitter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/mozbuild/mozbuild/frontend/emitter.py b/python/mozbuild/mozbuild/frontend/emitter.py index ad2955f468f..74213bbf600 100644 --- a/python/mozbuild/mozbuild/frontend/emitter.py +++ b/python/mozbuild/mozbuild/frontend/emitter.py @@ -536,7 +536,7 @@ class TreeMetadataEmitter(LoggingMixin): '.manifest file. See ' 'https://developer.mozilla.org/en/XPCOM/XPCOM_changes_in_Gecko_2.0 .', context); - + # Proxy some variables as-is until we have richer classes to represent # them. We should aim to keep this set small because it violates the # desired abstraction of the build definition away from makefiles.