From fee564c26e1018787cf70b95fc677c1da447118c Mon Sep 17 00:00:00 2001
From: "Mark Palange (Mani)" <palange@lindenlab.com>
Date: Tue, 26 Jan 2010 13:15:52 -0800
Subject: [PATCH] Removed tabs.

---
 indra/newview/CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 8f333e9fd87..7ddeb90d295 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1579,9 +1579,9 @@ if (WINDOWS)
         )
 
       add_custom_target(package ALL DEPENDS 
-      	${CMAKE_CFG_INTDIR}/touched.bat
-      	windows-setup-build-all 
-	)
+        ${CMAKE_CFG_INTDIR}/touched.bat
+        windows-setup-build-all 
+        )
         # temporarily disable packaging of event_host until hg subrepos get
         # sorted out on the parabuild cluster...
         #${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/event_host.tar.bz2)
-- 
GitLab