Author: hbelusca Date: Sun Jun 5 14:26:49 2016 New Revision: 71534
URL: http://svn.reactos.org/svn/reactos?rev=71534&view=rev Log: [EXPLORER]: Minor style changes only.
Modified: trunk/reactos/base/shell/explorer/traywnd.cpp
Modified: trunk/reactos/base/shell/explorer/traywnd.cpp URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/traywnd... ============================================================================== --- trunk/reactos/base/shell/explorer/traywnd.cpp [iso-8859-1] (original) +++ trunk/reactos/base/shell/explorer/traywnd.cpp [iso-8859-1] Sun Jun 5 14:26:49 2016 @@ -1361,9 +1361,9 @@
if (m_TrayNotify != NULL && SendMessage(m_TrayNotify, - TNWM_GETMINIMUMSIZE, - (WPARAM) Horizontal, - (LPARAM) &TraySize)) + TNWM_GETMINIMUMSIZE, + (WPARAM)Horizontal, + (LPARAM)&TraySize)) { /* Move the tray notification window to the desired location */ if (Horizontal) @@ -1542,7 +1542,7 @@ /* Align all controls on the tray window */ AlignControls(NULL);
- InitShellServices(&(m_ShellServices)); + InitShellServices(&m_ShellServices);
if (AutoHide) { @@ -1625,8 +1625,7 @@ (m_DesktopWnd != NULL && m_hWnd == m_DesktopWnd)); }
- BOOL STDMETHODCALLTYPE - IsHorizontal() + BOOL STDMETHODCALLTYPE IsHorizontal() { return IsPosHorizontal(); }