Style fix.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39045 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2010-10-22 08:53:38 +00:00
parent df66f40bb5
commit 419df705d4

View File

@ -1568,8 +1568,7 @@ BContainerWindow::MessageReceived(BMessage *message)
if (entry.InitCheck() == B_OK && entry.IsDirectory()) {
uint32 moveMode = kMoveSelectionTo;
int32 buttons = fDragMessage->FindInt32("buttons");
if (buttons & B_SECONDARY_MOUSE_BUTTON || modifiers() & B_CONTROL_KEY)
{
if (buttons & B_SECONDARY_MOUSE_BUTTON || modifiers() & B_CONTROL_KEY) {
BPoint dropPoint;
PoseView()->GetMouse(&dropPoint, NULL, true);
moveMode = ShowDropContextMenu(dropPoint);