diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index b80bcd27e48b5c263d85eeb6a8ec4036f32696e5..bccd77d7facc74197782e04c9697a34cca6368d9 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -630,7 +630,8 @@ def construct(self):
                 '../llkdu/libllkdu.so',
                 '../../libraries/i686-linux/lib_release_client/libllkdu.so'), 
                   dst='bin/libllkdu.so')
-            pass # keep this one to preserve syntax, open source mangling removes previous lines
+            # keep this one to preserve syntax, open source mangling removes previous lines
+            pass
         except:
             print "Skipping libllkdu.so - not found"