Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-12-11 02:27:44 +0300
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-12-11 02:27:44 +0300
commit40ef3d7dca836296365b5e88037f7e00d023c782 (patch)
treefb14081a5b07200ecb5fe29ba71cb15055e8e856 /src/apps/mplayerc/PlayerNavigationDialog.cpp
parent370423a2f6cb42886b80f8ec395a816cd3b5a7a3 (diff)
applied astyle formatting
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2763 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/PlayerNavigationDialog.cpp')
-rw-r--r--src/apps/mplayerc/PlayerNavigationDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apps/mplayerc/PlayerNavigationDialog.cpp b/src/apps/mplayerc/PlayerNavigationDialog.cpp
index 6dccb27d5..6e4a84c73 100644
--- a/src/apps/mplayerc/PlayerNavigationDialog.cpp
+++ b/src/apps/mplayerc/PlayerNavigationDialog.cpp
@@ -214,7 +214,7 @@ void CPlayerNavigationDialog::OnSelChangeComboAudio()
TempWnd = static_cast<CPlayerNavigationBar*> (m_pParent) -> m_pParent;
static_cast<CMainFrame*> (TempWnd) -> OnNavigateAudio(nID);
-
+
pChannel->SetDefaultAudio(m_ComboAudio.GetCurSel());
pChannel->ToString();
}