summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorcallum_linden <none@none>2012-08-22 12:58:08 -0700
committercallum_linden <none@none>2012-08-22 12:58:08 -0700
commit848ed9cb2fa6decee2d8d8c7993b204e2faa3661 (patch)
treed6bc0b02230f8c8c15d2d9e16ec1990c5ea2f758 /indra/newview/viewer_manifest.py
parent79cb549edf5335b48fb4047f5bcf41331a88ad77 (diff)
Fix up white space to follow coding policy guidelines
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rw-r--r--indra/newview/viewer_manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index fd5f3bd031..3c3aba23f8 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -816,7 +816,7 @@ class DarwinManifest(ViewerManifest):
self.run_command("chmod +x %r" % os.path.join(self.get_dst_prefix(), script))
def package_finish(self):
- # Sign the app if requested.
+ # Sign the app if requested.
if 'signature' in self.args:
identity = self.args['signature']
if identity == '':