From 78f7c3f4ef25f32459281d1f4db4706c4bac2a8b Mon Sep 17 00:00:00 2001
From: Bryan O'Sullivan <bos@lindenlab.com>
Date: Tue, 10 Jun 2008 18:50:50 +0000
Subject: [PATCH] Tiny indentation fix

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

diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 302470ce1b..ebc02b2357 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1229,7 +1229,7 @@ if (WINDOWS)
         )
 
     # sets the 'working directory' for debugging from visual studio.
-        if (NOT UNATTENDED)
+    if (NOT UNATTENDED)
         add_custom_command(
             TARGET secondlife-bin PRE_BUILD
             COMMAND ${CMAKE_SOURCE_DIR}/tools/vstool/vstool.exe
@@ -1241,7 +1241,7 @@ if (WINDOWS)
               ${CMAKE_CURRENT_SOURCE_DIR}
             COMMENT "Setting the secondlife-bin working directory for debugging."
             )
-        endif (NOT UNATTENDED)
+    endif (NOT UNATTENDED)
 
     add_custom_command(
         TARGET secondlife-bin PRE_BUILD
-- 
GitLab