From 7cb44a3c4447a149004189b046a67def1b65a356 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 7 Jul 2013 13:20:17 +0000 Subject: - SM cleaning; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@5256 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/chat/chat.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/TabSRMM/src/chat/chat.h') diff --git a/plugins/TabSRMM/src/chat/chat.h b/plugins/TabSRMM/src/chat/chat.h index 316ca997e6..ff7d5577ea 100644 --- a/plugins/TabSRMM/src/chat/chat.h +++ b/plugins/TabSRMM/src/chat/chat.h @@ -233,7 +233,7 @@ struct LOGSTREAMDATA HWND hwnd; LOGINFO* lin; bool bStripFormat, bRedraw; - SESSION_INFO* si; + SESSION_INFO *si; int crCount; TWindowData* dat; }; @@ -244,7 +244,7 @@ struct TMUCSettings bool bShowTime, bShowTimeIfChanged, bLoggingEnabled; bool bFlashWindow, bFlashWindowHightlight; bool bOpenInDefault; - bool bHighlightEnabled, bLogIndentEnabled; + bool bLogIndentEnabled; bool bStripFormat; bool bBBCodeInPopups; bool bTrayIconInactiveOnly; @@ -305,7 +305,7 @@ struct COLORCHOOSER int yPosition; HWND hWndTarget; bool bForeground; - SESSION_INFO* si; + SESSION_INFO *si; }; #pragma comment(lib,"comctl32.lib") -- cgit v1.2.3