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
path: root/src
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-08-20 14:53:19 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-08-20 14:53:19 +0400
commitb50bdf5e4d67e63d212acac17c049a26ca69af79 (patch)
treefc3a8ac671444323dedcf288c8b1c80e0ce70711 /src
parentee08b20366cba4d40614319e69b1d9f80e460ede (diff)
whitespace cleanup
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2280 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src')
-rw-r--r--src/apps/mplayerc/FileVersionInfo.cpp2
-rw-r--r--src/apps/mplayerc/Monitors.cpp2
-rw-r--r--src/apps/mplayerc/Monitors.h2
-rw-r--r--src/apps/mplayerc/Mpeg2SectionData.cpp2
-rw-r--r--src/apps/mplayerc/MultiMonitor.h2
-rw-r--r--src/apps/mplayerc/PPageFileInfoSheet.cpp1
-rw-r--r--src/apps/mplayerc/PPageFormats.cpp1
-rw-r--r--src/apps/mplayerc/PPageOutput.cpp2
-rw-r--r--src/apps/mplayerc/PlayerListCtrl.cpp2
-rw-r--r--src/apps/mplayerc/PlayerPlaylistBar.cpp2
-rw-r--r--src/apps/mplayerc/SettingsDefines.h4
-rw-r--r--src/apps/mplayerc/TunerScanDlg.cpp2
-rw-r--r--src/filters/transform/MPCVideoDec/ffmpeg/libavcodec.vcxproj2
13 files changed, 7 insertions, 19 deletions
diff --git a/src/apps/mplayerc/FileVersionInfo.cpp b/src/apps/mplayerc/FileVersionInfo.cpp
index fbd7c61fc..163fddbd4 100644
--- a/src/apps/mplayerc/FileVersionInfo.cpp
+++ b/src/apps/mplayerc/FileVersionInfo.cpp
@@ -331,5 +331,3 @@ void CFileVersionInfo::Reset()
m_strPrivateBuild.Empty();
m_strSpecialBuild.Empty();
}
-
-
diff --git a/src/apps/mplayerc/Monitors.cpp b/src/apps/mplayerc/Monitors.cpp
index 0db3423d6..f27771fbe 100644
--- a/src/apps/mplayerc/Monitors.cpp
+++ b/src/apps/mplayerc/Monitors.cpp
@@ -196,5 +196,3 @@ CMonitor CMonitors::GetNearestMonitor( const CWnd* pWnd )
return monitor;
}
-
-
diff --git a/src/apps/mplayerc/Monitors.h b/src/apps/mplayerc/Monitors.h
index 4f14073c9..122afe80e 100644
--- a/src/apps/mplayerc/Monitors.h
+++ b/src/apps/mplayerc/Monitors.h
@@ -98,5 +98,3 @@ private:
);
};
-
-
diff --git a/src/apps/mplayerc/Mpeg2SectionData.cpp b/src/apps/mplayerc/Mpeg2SectionData.cpp
index 96f104c3d..bf49dde3e 100644
--- a/src/apps/mplayerc/Mpeg2SectionData.cpp
+++ b/src/apps/mplayerc/Mpeg2SectionData.cpp
@@ -382,4 +382,4 @@ HRESULT CMpeg2DataParser::ParseNIT()
}
return S_OK;
-} \ No newline at end of file
+}
diff --git a/src/apps/mplayerc/MultiMonitor.h b/src/apps/mplayerc/MultiMonitor.h
index e23ca57cb..f2e650ff8 100644
--- a/src/apps/mplayerc/MultiMonitor.h
+++ b/src/apps/mplayerc/MultiMonitor.h
@@ -92,5 +92,3 @@ private:
HMONITOR m_hMonitor;
};
-
-
diff --git a/src/apps/mplayerc/PPageFileInfoSheet.cpp b/src/apps/mplayerc/PPageFileInfoSheet.cpp
index 036ea34cf..64338f136 100644
--- a/src/apps/mplayerc/PPageFileInfoSheet.cpp
+++ b/src/apps/mplayerc/PPageFileInfoSheet.cpp
@@ -112,4 +112,3 @@ void CPPageFileInfoSheet::OnSaveAs()
}
}
}
-
diff --git a/src/apps/mplayerc/PPageFormats.cpp b/src/apps/mplayerc/PPageFormats.cpp
index 8acd4b8d4..0f64f159f 100644
--- a/src/apps/mplayerc/PPageFormats.cpp
+++ b/src/apps/mplayerc/PPageFormats.cpp
@@ -1060,4 +1060,3 @@ void CPPageFormats::OnUpdateButtonSet(CCmdUI* pCmdUI)
pCmdUI->Enable(!!newexts.CompareNoCase(orgexts));
}
-
diff --git a/src/apps/mplayerc/PPageOutput.cpp b/src/apps/mplayerc/PPageOutput.cpp
index 4dd47a98f..1bbc16a25 100644
--- a/src/apps/mplayerc/PPageOutput.cpp
+++ b/src/apps/mplayerc/PPageOutput.cpp
@@ -444,4 +444,4 @@ void CPPageOutput::OnD3D9DeviceCheck()
UpdateData();
GetDlgItem(IDC_D3D9DEVICE_COMBO)->EnableWindow(m_fD3D9RenderDevice);
SetModified();
-} \ No newline at end of file
+}
diff --git a/src/apps/mplayerc/PlayerListCtrl.cpp b/src/apps/mplayerc/PlayerListCtrl.cpp
index 3cd01dc27..4f9ad23fb 100644
--- a/src/apps/mplayerc/PlayerListCtrl.cpp
+++ b/src/apps/mplayerc/PlayerListCtrl.cpp
@@ -864,7 +864,7 @@ BOOL CPlayerListCtrl::OnToolTipNotify(UINT id, NMHDR* pNMHDR, LRESULT* pResult)
nID = ::GetDlgCtrlID((HWND)nID);
}
- if(nID == 0) // Notification in NT from automatically
+ if(nID == 0) // Notification in NT from automatically
return FALSE; // created tooltip
if(pNMHDR->code == TTN_NEEDTEXTA) pTTTA->lParam = (LPARAM)m_hWnd;
diff --git a/src/apps/mplayerc/PlayerPlaylistBar.cpp b/src/apps/mplayerc/PlayerPlaylistBar.cpp
index a1163499c..ed78d50fa 100644
--- a/src/apps/mplayerc/PlayerPlaylistBar.cpp
+++ b/src/apps/mplayerc/PlayerPlaylistBar.cpp
@@ -1499,4 +1499,4 @@ void CPlayerPlaylistBar::OnLvnEndlabeleditList(NMHDR* pNMHDR, LRESULT* pResult)
}
*pResult = 0;
-} \ No newline at end of file
+}
diff --git a/src/apps/mplayerc/SettingsDefines.h b/src/apps/mplayerc/SettingsDefines.h
index 995d633d1..cd38ee255 100644
--- a/src/apps/mplayerc/SettingsDefines.h
+++ b/src/apps/mplayerc/SettingsDefines.h
@@ -115,7 +115,7 @@
#define IDS_RS_SUBDELAYINTERVAL _T("SubDelayInterval")
#define IDS_RS_ENABLEAUDIOTIMESHIFT _T("EnableAudioTimeShift")
#define IDS_RS_LOGOFILE _T("LogoFile")
-#define IDS_RS_ENABLEWORKERTHREADFOROPENING _T("EnableWorkerThreadForOpening")
+#define IDS_RS_ENABLEWORKERTHREADFOROPENING _T("EnableWorkerThreadForOpening")
#define IDS_RS_PNSPRESETS _T("PnSPresets")
#define IDS_RS_AUTOLOADAUDIO _T("AutoloadAudio")
#define IDS_RS_AUTOLOADSUBTITLES _T("AutoloadSubtitles")
@@ -218,4 +218,4 @@
#define IDS_RS_BDA_RECEIVER _T("BDAReceiver")
#define IDS_RS_DVB_LAST_CHANNEL _T("LastChannel")
-#define IDS_D3D9RENDERDEVICE _T("D3D9RenderDevice") \ No newline at end of file
+#define IDS_D3D9RENDERDEVICE _T("D3D9RenderDevice")
diff --git a/src/apps/mplayerc/TunerScanDlg.cpp b/src/apps/mplayerc/TunerScanDlg.cpp
index fb1f40d07..ea8b30b52 100644
--- a/src/apps/mplayerc/TunerScanDlg.cpp
+++ b/src/apps/mplayerc/TunerScanDlg.cpp
@@ -205,4 +205,4 @@ void CTunerScanDlg::SetProgress (bool bState)
}
m_bInProgress = bState;
-} \ No newline at end of file
+}
diff --git a/src/filters/transform/MPCVideoDec/ffmpeg/libavcodec.vcxproj b/src/filters/transform/MPCVideoDec/ffmpeg/libavcodec.vcxproj
index c87ebb190..e190e548e 100644
--- a/src/filters/transform/MPCVideoDec/ffmpeg/libavcodec.vcxproj
+++ b/src/filters/transform/MPCVideoDec/ffmpeg/libavcodec.vcxproj
@@ -336,14 +336,12 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
- <WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<UseOfMfc>Static</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
- <WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<UseOfMfc>Static</UseOfMfc>
</PropertyGroup>