(svn r17131) -Codechange: apply coding style to some switch statements

This commit is contained in:
smatz
2009-08-09 14:40:34 +00:00
parent c85bd040c5
commit 073e163b7f
7 changed files with 10 additions and 10 deletions

View File

@@ -502,7 +502,7 @@ inline void WindowQuickdrawSubdriver::BlitToView(int left, int top, int right, i
{
switch (device_depth) {
case 32:
switch(buffer_depth) {
switch (buffer_depth) {
case 32:
Blit32ToView32(left, top, right, bottom);
break;