From 17a77470c62b54b7414f0cb6abd0ab2049fdbaee Mon Sep 17 00:00:00 2001 From: peavey Date: Fri, 9 May 2008 04:09:16 +0000 Subject: Fix some indenting. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9676 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/extra/m_sqlauth.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/modules/extra/m_sqlauth.cpp b/src/modules/extra/m_sqlauth.cpp index bf367a583..db68e749f 100644 --- a/src/modules/extra/m_sqlauth.cpp +++ b/src/modules/extra/m_sqlauth.cpp @@ -87,7 +87,8 @@ public: } return 0; } - void SearchAndReplace(std::string& newline, const std::string &find, const std::string &replace) + + void SearchAndReplace(std::string& newline, const std::string &find, const std::string &replace) { std::string::size_type x = newline.find(find); while (x != std::string::npos) @@ -99,7 +100,6 @@ public: } } - bool CheckCredentials(User* user) { std::string thisquery = freeformquery; -- cgit v1.2.3