From 2ca05d499633ab75aec84405314c1afda23512e2 Mon Sep 17 00:00:00 2001
From: Xiaohong Bao <bao@lindenlab.com>
Date: Fri, 28 Jan 2011 17:01:18 -0700
Subject: [PATCH] trivial: convert to "unix return"

---
 indra/llcommon/llmemory.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/llcommon/llmemory.cpp b/indra/llcommon/llmemory.cpp
index f340105f576..51fcd5b7177 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 ;
-- 
GitLab