From 599a5983835aa52c30eec4ebcaddc13e9c84685c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 13 Apr 2013 20:44:59 +0000 Subject: minor code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@4450 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Scriver/src/chat/message.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/Scriver/src/chat/message.cpp') diff --git a/plugins/Scriver/src/chat/message.cpp b/plugins/Scriver/src/chat/message.cpp index 3103d279c2..c87e67674b 100644 --- a/plugins/Scriver/src/chat/message.cpp +++ b/plugins/Scriver/src/chat/message.cpp @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "../commonheaders.h" -static int RTFColorToIndex(int *pIndex, int iCol, SESSION_INFO* si) +static int RTFColorToIndex(int *pIndex, int iCol, SESSION_INFO *si) { int i; MODULEINFO * pMod = MM_FindModule(si->pszModule); @@ -33,7 +33,7 @@ static int RTFColorToIndex(int *pIndex, int iCol, SESSION_INFO* si) return -1; } -static void CreateColorMap( char* Text, int *pIndex, SESSION_INFO* si) +static void CreateColorMap( char* Text, int *pIndex, SESSION_INFO *si) { char *p1, *p2, *pEnd; int iIndex = 1; @@ -76,7 +76,7 @@ static int ReadInteger( const char* p, int* result ) return i; } -TCHAR* DoRtfToTags( char* pszText, SESSION_INFO* si) +TCHAR* DoRtfToTags( char* pszText, SESSION_INFO *si) { char *p1; int* pIndex; -- cgit v1.2.3