summaryrefslogtreecommitdiff
path: root/plugins/MyDetails/src/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MyDetails/src/frame.h')
-rw-r--r--plugins/MyDetails/src/frame.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/MyDetails/src/frame.h b/plugins/MyDetails/src/frame.h
index 5382d3ed46..4ed686571f 100644
--- a/plugins/MyDetails/src/frame.h
+++ b/plugins/MyDetails/src/frame.h
@@ -30,9 +30,9 @@ void RefreshFrameAndCalcRects();
void SetCycleTime();
-INT_PTR PluginCommand_ShowNextProtocol(WPARAM wParam,LPARAM lParam);
-INT_PTR PluginCommand_ShowPreviousProtocol(WPARAM wParam,LPARAM lParam);
-INT_PTR PluginCommand_ShowProtocol(WPARAM wParam,LPARAM lParam);
+INT_PTR PluginCommand_ShowNextProtocol(WPARAM wParam, LPARAM lParam);
+INT_PTR PluginCommand_ShowPreviousProtocol(WPARAM wParam, LPARAM lParam);
+INT_PTR PluginCommand_ShowProtocol(WPARAM wParam, LPARAM lParam);
-#endif // __FRAME_H__ \ No newline at end of file
+#endif // __FRAME_H__