diff --git a/indra/llcommon/llmemory.cpp b/indra/llcommon/llmemory.cpp
index f340105f576fae307bc6b0b640a14e2514425949..51fcd5b7177b8150709b35a11dbd8b21fb30a676 100644
--- a/indra/llcommon/llmemory.cpp
+++ b/indra/llcommon/llmemory.cpp
@@ -114,7 +114,7 @@ U32 LLMemory::getWorkingSetSize()
 {
     PROCESS_MEMORY_COUNTERS pmc ;
 	U32 ret = 0 ;
-
+
     if (GetProcessMemoryInfo( GetCurrentProcess(), &pmc, sizeof(pmc)) )
 	{
 		ret = pmc.WorkingSetSize ;