WebPostive: Tiny style fix

new lines between case statements that don't fall-through

I'm sorry for the noise. I just wanted to get rid of these very old commits.
This commit is contained in:
John Scipione 2016-03-17 15:20:33 -07:00
parent 105a543e3d
commit 3c1bde87b6

View File

@ -729,9 +729,11 @@ BrowserWindow::DispatchMessage(BMessage* message, BHandler* target)
case B_F5_KEY:
PostMessage(RELOAD);
break;
case B_F11_KEY:
PostMessage(TOGGLE_FULLSCREEN);
break;
default:
break;
}