Style fix.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39029 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent
2010-10-20 19:51:52 +00:00
parent d01ea8ec63
commit ddd8552b78
+1 -2
View File
@@ -297,9 +297,8 @@ TTimeView::MouseDown(BPoint point)
if (buttons == B_SECONDARY_MOUSE_BUTTON) {
ShowClockOptions(ConvertToScreen(point));
return;
} else if (buttons == B_PRIMARY_MOUSE_BUTTON) {
} else if (buttons == B_PRIMARY_MOUSE_BUTTON)
ShowCalendar(point);
}
// invalidate last time/date strings and call the pulse
// method directly to change the display instantly