From 9b2e7ddd25becb4a688d17ebc9cbb19c37e80907 Mon Sep 17 00:00:00 2001 From: Cinders Date: Sun, 28 Jul 2013 14:38:09 -0600 Subject: [PATCH] Fix missing EOF newlines --- indra/newview/growlmanager.cpp | 2 +- indra/newview/llconversationmodel.h | 2 +- indra/newview/llhudicon.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/indra/newview/growlmanager.cpp b/indra/newview/growlmanager.cpp index 0d3242b1d8..dfba7df79e 100644 --- a/indra/newview/growlmanager.cpp +++ b/indra/newview/growlmanager.cpp @@ -361,4 +361,4 @@ void GrowlManager::InitiateManager() bool GrowlManager::isUsable() { return (gGrowlManager && gGrowlManager->mNotifier && gGrowlManager->mNotifier->isUsable()); -} \ No newline at end of file +} diff --git a/indra/newview/llconversationmodel.h b/indra/newview/llconversationmodel.h index 0a63cff6af..22bb962c9d 100644 --- a/indra/newview/llconversationmodel.h +++ b/indra/newview/llconversationmodel.h @@ -317,4 +317,4 @@ void hide_context_entries(LLMenuGL& menu, #endif // LL_LLCONVERSATIONMODEL_H -#endif \ No newline at end of file +#endif diff --git a/indra/newview/llhudicon.cpp b/indra/newview/llhudicon.cpp index 094b03620a..86eaf24937 100755 --- a/indra/newview/llhudicon.cpp +++ b/indra/newview/llhudicon.cpp @@ -424,4 +424,4 @@ BOOL LLHUDIcon::scriptIconsNearby() { return !sScriptErrorIconInstances.empty(); } -// Mark script error icons \ No newline at end of file +// Mark script error icons