Minor style fix.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28672 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2008-11-16 22:36:42 +00:00
parent fa6cd8ad6a
commit 783d616d08
+2 -1
View File
@@ -3156,7 +3156,8 @@ BWindow::_SanitizeMessage(BMessage* message, BHandler* target, bool usePreferred
view->ConvertFromScreen(where));
if (message->what == B_MOUSE_MOVED) {
// is there a token of the view that is currently under the mouse?
// is there a token of the view that is currently under
// the mouse?
BView* viewUnderMouse = NULL;
int32 token;
if (message->FindInt32("_view_token", &token) == B_OK)