From e67e3f216fdb0868d05c35f105dd83c5358dd3b0 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 18 Mar 2011 21:05:23 -0500 Subject: Fixed bad line endings (CRLF) in many files. Windows users, please set "autocrlf = input" or "autocrlf = true" in your .git/config [core] section to avoid this in the future. --- linden/indra/newview/llworldmap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linden/indra/newview/llworldmap.h') diff --git a/linden/indra/newview/llworldmap.h b/linden/indra/newview/llworldmap.h index 6725f91..56b32a2 100644 --- a/linden/indra/newview/llworldmap.h +++ b/linden/indra/newview/llworldmap.h @@ -81,8 +81,8 @@ public: public: U64 mHandle; - S32 msizeX; - S32 msizeY; + S32 msizeX; + S32 msizeY; std::string mName; F64 mAgentsUpdateTime; -- cgit v1.1