From 4ab8d4a5ddebbb04597ed2c2d1da39d315bc08ef Mon Sep 17 00:00:00 2001 From: maximius Date: Mon, 14 Sep 2009 16:06:21 -0700 Subject: *Use 4 spaces instead of tabs in .cpp and .h files --HG-- branch : trunk --- src/game/GameObject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/GameObject.cpp') diff --git a/src/game/GameObject.cpp b/src/game/GameObject.cpp index 18a80ce46fe..e92fcb70863 100644 --- a/src/game/GameObject.cpp +++ b/src/game/GameObject.cpp @@ -402,7 +402,7 @@ void GameObject::Update(uint32 /*p_time*/) if (GetGOInfo()->GetAutoCloseTime() && (m_cooldownTime < time(NULL))) ResetDoorOrButton(); break; - default: break; + default: break; } break; } -- cgit v1.2.3