diff options
| author | Oz Linden <oz@lindenlab.com> | 2011-08-15 16:28:03 -0400 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2011-08-15 16:28:03 -0400 | 
| commit | 7819b49086729187e198bf69f9c45f1c63f11ff2 (patch) | |
| tree | bfdcc3bb780cf61a3a9e61a0b6d4a9280772abb2 | |
| parent | b21e63cc1260b1b8db87f52fb9b7a2f80b055327 (diff) | |
correct tabs for coding policy conformance
| -rw-r--r-- | indra/newview/viewer_manifest.py | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index cd9d52cb85..0a21d8714c 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -750,7 +750,7 @@ class DarwinManifest(ViewerManifest):                                      "libexpat.1.5.2.dylib",                                      "libexception_handler.dylib",                                      "libGLOD.dylib", -				    "libcollada14dom.dylib" +                                    "libcollada14dom.dylib"                                      ):                          target_lib = os.path.join('../../..', libfile)                          self.run_command("ln -sf %(target)r %(link)r" %  @@ -1027,15 +1027,15 @@ class Linux_i686Manifest(LinuxManifest):              self.path("libbreakpad_client.so.0.0.0")              self.path("libbreakpad_client.so.0")              self.path("libbreakpad_client.so") -	    self.path("libcollada14dom.so") +            self.path("libcollada14dom.so")              self.path("libdb-5.1.so")              self.path("libdb-5.so")              self.path("libdb.so")              self.path("libcrypto.so.1.0.0")              self.path("libexpat.so.1.5.2")              self.path("libssl.so.1.0.0") -	    self.path("libglod.so") -	    self.path("libminizip.so") +            self.path("libglod.so") +            self.path("libminizip.so")              self.path("libuuid.so")              self.path("libuuid.so.16")              self.path("libuuid.so.16.0.22")  | 
