Skip to content

Commit 75792ae

Browse files
committed
Fix for clang-format
1 parent 42faa26 commit 75792ae

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/clientdlg.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -333,10 +333,8 @@ CClientDlg::CClientDlg ( CClient* pNCliP,
333333
QAction* ByCityAction =
334334
pViewMenu->addAction ( tr ( "Sort Users by &City" ), this, SLOT ( OnSortChannelsByCity() ), QKeySequence ( Qt::CTRL + Qt::Key_T ) );
335335

336-
QAction* ByServerChannelAction = pViewMenu->addAction ( tr ( "Sort Users by Chann&el" ),
337-
this,
338-
SLOT ( OnSortChannelsByChannel() ),
339-
QKeySequence ( Qt::CTRL + Qt::Key_E ) );
336+
QAction* ByServerChannelAction =
337+
pViewMenu->addAction ( tr ( "Sort Users by Chann&el" ), this, SLOT ( OnSortChannelsByChannel() ), QKeySequence ( Qt::CTRL + Qt::Key_E ) );
340338

341339
OwnFaderFirstAction->setCheckable ( true );
342340
OwnFaderFirstAction->setChecked ( pSettings->bOwnFaderFirst );

0 commit comments

Comments
 (0)