From 9d046cc7518e782385c9126f9273b6ee02fcbe42 Mon Sep 17 00:00:00 2001 From: prozacx Date: Thu, 28 Apr 2005 07:41:24 +0000 Subject: [PATCH] Got rid of pesky whitespace git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@198 726aef4b-f618-498e-8847-2d620e286838 --- Buffer.h | 3 +-- Chan.cpp | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Buffer.h b/Buffer.h index 09ddf271..b6d730a8 100644 --- a/Buffer.h +++ b/Buffer.h @@ -11,7 +11,7 @@ public: CBufLine(const string& sPre, const string& sPost); virtual ~CBufLine(); void GetLine(const string& sTarget, string& sRet); - + private: protected: string m_sPre; @@ -42,4 +42,3 @@ protected: }; #endif // !_BUFFER_H - diff --git a/Chan.cpp b/Chan.cpp index 8b5a1c68..80c5c701 100644 --- a/Chan.cpp +++ b/Chan.cpp @@ -407,4 +407,3 @@ int CChan::AddBuffer(const string& sLine) { void CChan::ClearBuffer() { m_vsBuffer.clear(); } -