OSDN Git Service

fix ticket #18663
[yamy/yamy.git] / dlginvestigate.h
index b02f2de..1b33137 100644 (file)
@@ -14,16 +14,15 @@ INT_PTR CALLBACK dlgInvestigate_dlgProc(
 #else\r
 BOOL CALLBACK dlgInvestigate_dlgProc(\r
 #endif\r
-  HWND i_hwnd, UINT i_message, WPARAM i_wParam, LPARAM i_lParam);\r
+       HWND i_hwnd, UINT i_message, WPARAM i_wParam, LPARAM i_lParam);\r
 \r
 class Engine;\r
 \r
 /// parameters for "Investigate" dialog box\r
-class DlgInvestigateData\r
-{\r
+class DlgInvestigateData {\r
 public:\r
-  Engine *m_engine;                            /// engine\r
-  HWND m_hwndLog;                              /// log\r
+       Engine *m_engine;                               /// engine\r
+       HWND m_hwndLog;                         /// log\r
 };\r
 \r
 \r