diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 8f333e9fd8708ad79e7e84727d6bdfaf0954a130..7ddeb90d295c863e539e89ca8cd5a02cb9179696 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)