Skip to content

Commit 4960af6

Browse files
authored
Fix code style issue from #1731 (#1828)
1 parent cd33369 commit 4960af6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/serverdlg.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -593,13 +593,13 @@ void CServerDlg::OnClearRecordingDirClicked()
593593

594594
void CServerDlg::OnSysTrayActivated ( QSystemTrayIcon::ActivationReason ActReason )
595595
{
596-
#ifdef _WIN32
596+
#ifdef _WIN32
597597
// on single or double click on the icon, show window in foreground for windows only
598598
if ( ActReason == QSystemTrayIcon::Trigger || ActReason == QSystemTrayIcon::DoubleClick )
599-
#else
599+
#else
600600
// on double click on the icon, show window in foreground for all
601601
if ( ActReason == QSystemTrayIcon::DoubleClick )
602-
#endif
602+
#endif
603603
{
604604
ShowWindowInForeground();
605605
}

0 commit comments

Comments
 (0)