From ff28dfb07cca3afba004542d9b6efdc2d384d80a Mon Sep 17 00:00:00 2001
From: jsalmon3 <>
Date: Sat, 11 Jan 2003 05:13:23 +0000
Subject: [PATCH] Fixed tabs

---
 src/unit/unit.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/unit/unit.cpp b/src/unit/unit.cpp
index 69fd6605a..8239bf8e8 100644
--- a/src/unit/unit.cpp
+++ b/src/unit/unit.cpp
@@ -3153,8 +3153,8 @@ global void LetUnitDie(Unit* unit)
     unit->Wait=1;
     unit->Orders[0].Action=UnitActionDie;
 #ifdef NEW_FOW
-	    unit->CurrentSightRange=unit->Type->CorpseType->Stats->SightRange;
-	    MapMarkSight(unit->Player,unit->X,unit->Y,unit->CurrentSightRange);
+    unit->CurrentSightRange=unit->Type->CorpseType->Stats->SightRange;
+    MapMarkSight(unit->Player,unit->X,unit->Y,unit->CurrentSightRange);
 #endif
 }