From 8243d30f02abd56dc2abdc1925f16ccf81fbbb49 Mon Sep 17 00:00:00 2001 From: Cinders Date: Wed, 30 Jan 2013 18:49:18 -0700 Subject: [PATCH] Fix no new line at EOF in a few places --- indra/newview/chatbar_as_cmdline.h | 2 +- indra/newview/exoflickr.h | 2 +- indra/newview/exoflickrauth.cpp | 2 +- indra/newview/floatermedialists.cpp | 2 +- indra/newview/floatermedialists.h | 2 +- indra/newview/fsareasearch.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/indra/newview/chatbar_as_cmdline.h b/indra/newview/chatbar_as_cmdline.h index 4fc3ed447d..a735915147 100644 --- a/indra/newview/chatbar_as_cmdline.h +++ b/indra/newview/chatbar_as_cmdline.h @@ -41,4 +41,4 @@ void cmdline_rezplat(bool use_saved_value = true, F32 visual_radius = 30.0); void cmdline_tp2name(std::string target); LLUUID cmdline_partial_name2key(std::string name); -#endif // CHATBAR_AS_CMDLINE_H \ No newline at end of file +#endif // CHATBAR_AS_CMDLINE_H diff --git a/indra/newview/exoflickr.h b/indra/newview/exoflickr.h index 340c4ff054..e16db2d214 100644 --- a/indra/newview/exoflickr.h +++ b/indra/newview/exoflickr.h @@ -41,4 +41,4 @@ public: static std::string getSignatureForCall(const LLSD& parameters, std::string url, std::string method); }; -#endif \ No newline at end of file +#endif diff --git a/indra/newview/exoflickrauth.cpp b/indra/newview/exoflickrauth.cpp index b13509adef..cd62f359d1 100644 --- a/indra/newview/exoflickrauth.cpp +++ b/indra/newview/exoflickrauth.cpp @@ -209,4 +209,4 @@ void exoFlickrAuthResponse::completedRaw(U32 status, const std::string& reason, std::string str = oss.str(); LLSD result = LLURI::queryMap(str); mCallback((status == 200), result); -} \ No newline at end of file +} diff --git a/indra/newview/floatermedialists.cpp b/indra/newview/floatermedialists.cpp index a6741b8c7d..9f5d9e874f 100644 --- a/indra/newview/floatermedialists.cpp +++ b/indra/newview/floatermedialists.cpp @@ -230,4 +230,4 @@ void FloaterMediaLists::onCommitDomain( void* data ) self->getChildView("input_domain")->setVisible(false); self->getChildView("commit_domain")->setVisible(false); self->getChildView("add_text")->setVisible(false); -} \ No newline at end of file +} diff --git a/indra/newview/floatermedialists.h b/indra/newview/floatermedialists.h index 301f190266..d192a8d6bf 100644 --- a/indra/newview/floatermedialists.h +++ b/indra/newview/floatermedialists.h @@ -54,4 +54,4 @@ private: LLScrollListCtrl* mWhitelistSLC; LLScrollListCtrl* mBlacklistSLC; }; -#endif \ No newline at end of file +#endif diff --git a/indra/newview/fsareasearch.h b/indra/newview/fsareasearch.h index b7322a763e..88e75eac77 100644 --- a/indra/newview/fsareasearch.h +++ b/indra/newview/fsareasearch.h @@ -388,4 +388,4 @@ public: private: FSAreaSearch* mFSAreaSearch; -}; \ No newline at end of file +};