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>2012-06-11 19:22:50 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-06-11 19:22:50 +0400
commit0b8c73a5e3b787e8919cac6dc358e78db73a6b0e (patch)
treed53d49aa6ebbb910eed00d51e0d6ac413e27c457
parentbb34520662cf0422d8dbca5b215a12a5dfe3ff24 (diff)
whitespace cosmetics
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5089 10f7b99b-c216-0410-bff0-8a66a9350fd8
-rw-r--r--src/mpc-hc/Mpeg2SectionData.cpp2
-rw-r--r--src/mpc-hc/StatusLabel.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/mpc-hc/Mpeg2SectionData.cpp b/src/mpc-hc/Mpeg2SectionData.cpp
index c9a1af16b..70f0c3814 100644
--- a/src/mpc-hc/Mpeg2SectionData.cpp
+++ b/src/mpc-hc/Mpeg2SectionData.cpp
@@ -135,7 +135,7 @@ CString CMpeg2DataParser::ConvertString (BYTE* pBuffer, int nLength)
nLength--;
} else { // No code page indication, use the default
cp = codepages[0];
- }
+ }
}
nDestSize = MultiByteToWideChar (cp, MB_PRECOMPOSED, (LPCSTR)pBuffer, nLength, NULL, 0);
diff --git a/src/mpc-hc/StatusLabel.cpp b/src/mpc-hc/StatusLabel.cpp
index a8fe0688f..8f185c1ac 100644
--- a/src/mpc-hc/StatusLabel.cpp
+++ b/src/mpc-hc/StatusLabel.cpp
@@ -46,8 +46,8 @@ CStatusLabel::CStatusLabel(bool fRightAlign, bool fAddEllipses)
double scale = 1.0*GetDeviceCaps(hdc, LOGPIXELSY) / 96.0;
::ReleaseDC(0, hdc);
VERIFY(m_font.CreateFont(int(14 * scale), 0, 0, 0, FW_NORMAL, 0, 0, 0, DEFAULT_CHARSET,
- OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS, DEFAULT_QUALITY, DEFAULT_PITCH|FF_DONTCARE,
- _T("Microsoft Sans Serif")));
+ OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS, DEFAULT_QUALITY, DEFAULT_PITCH|FF_DONTCARE,
+ _T("Microsoft Sans Serif")));
}
}