[CARDS]: Code formatting only (tabs --> spaces).

svn path=/trunk/; revision=62496
This commit is contained in:
Hermès Bélusca-Maïto 2014-03-14 20:59:02 +00:00
parent fa3242a619
commit f78a04d720
2 changed files with 153 additions and 152 deletions

View file

@ -84,7 +84,8 @@ static __inline VOID BltCard(HDC hdc, INT x, INT y, INT dx, INT dy, HDC hdcCard,
if (bStretch)
{
StretchBlt(hdc, x, y, dx, dy, hdcCard, 0, 0, CARD_WIDTH, CARD_HEIGHT, dwRasterOp);
} else
}
else
{
BitBlt(hdc, x, y, dx, dy, hdcCard, 0, 0, dwRasterOp);
/*