[haiku-development] Launchbox 80 char limit fail

  • From: John Scipione <jscipione@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Wed, 11 May 2011 00:30:38 -0400

Found another 80 char limit fail. Please commit.

diff --git src/apps/launchbox/LaunchButton.cpp
src/apps/launchbox/LaunchButton.cpp
index d965842..c068eb8 100644
--- src/apps/launchbox/LaunchButton.cpp
+++ src/apps/launchbox/LaunchButton.cpp
@@ -204,7 +204,8 @@ LaunchButton::MouseMoved(BPoint where, uint32 transit,
  Invalidate();
  }
  }
- if (!dragMessage || (transit == B_EXITED_VIEW || transit ==
B_OUTSIDE_VIEW)) {
+ if (!dragMessage
+ || (transit == B_EXITED_VIEW || transit == B_OUTSIDE_VIEW)) {
  if (fAnticipatingDrop) {
  fAnticipatingDrop = false;
  Invalidate();

Thank you,

John Scipione

Other related posts: