diff options
| author | Samuel Kolb <skolb@lindenlab.com> | 2009-12-16 13:55:14 -0800 | 
|---|---|---|
| committer | Samuel Kolb <skolb@lindenlab.com> | 2009-12-16 13:55:14 -0800 | 
| commit | 0d0e0852445444b9a129baf20f68d81488a1fa5e (patch) | |
| tree | d7dca00c65528c71c47079a16f39d047e9b7431a /indra | |
| parent | 3456bd5254caf2660a16ad5c8d52834362b28ab6 (diff) | |
fixed indenting issue with viewer_manifest.py
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/newview/viewer_manifest.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 59b674b1b8..db2100b6bb 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -363,7 +363,7 @@ class WindowsManifest(ViewerManifest):                  self.path("qtnetwork4.dll")                  self.path("qtopengl4.dll")                  self.path("qtwebkit4.dll") -            self.path("qtxmlpatterns4.dll") +                self.path("qtxmlpatterns4.dll")                  self.path("ssleay32.dll")                  # For WebKit/Qt plugin runtimes (image format plugins) | 
