From 170de8330e3be55794878cefb53f62266c9a029d Mon Sep 17 00:00:00 2001
From: Loren Shih <seraph@lindenlab.com>
Date: Thu, 26 May 2011 18:05:29 -0400
Subject: [PATCH] Added newline at end of header file to fix linux build.

---
 indra/newview/llaccountingquotamanager.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/indra/newview/llaccountingquotamanager.h b/indra/newview/llaccountingquotamanager.h
index 4c20561bce2..9551df272c5 100644
--- a/indra/newview/llaccountingquotamanager.h
+++ b/indra/newview/llaccountingquotamanager.h
@@ -57,4 +57,5 @@ class LLAccountingQuotaManager : public LLSingleton<LLAccountingQuotaManager>
 };
 //===============================================================================
 
-#endif
\ No newline at end of file
+#endif // LLACCOUNTINGQUOTAMANAGER
+
-- 
GitLab