Deskbar: Tiny indent style fix

This commit is contained in:
John Scipione
2015-02-23 14:18:14 -05:00
parent f3f0969580
commit 2bb1829853
+1 -1
View File
@@ -369,7 +369,7 @@ TExpandoMenuBar::MouseMoved(BPoint where, uint32 code, const BMessage* message)
// expando mode window menu item
fLastMousedOverItem = menuItem;
if (strcasecmp(windowMenuItem->TruncatedLabel(),
windowMenuItem->Label()) > 0) {
windowMenuItem->Label()) > 0) {
// label is truncated, set tooltip
SetToolTip(windowMenuItem->Label());
} else