mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 14:53:40 +00:00
[CARDS]: Code formatting only (tabs --> spaces).
svn path=/trunk/; revision=62496
This commit is contained in:
parent
fa3242a619
commit
f78a04d720
2 changed files with 153 additions and 152 deletions
|
@ -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);
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue