From 0ff21997d1f648e35bb84a31120a1c8b203a507e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sat, 5 Jul 2008 19:19:39 +0000 Subject: [PATCH] Small clean up. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26263 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/mediaplayer/playlist/ListViews.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/mediaplayer/playlist/ListViews.cpp b/src/apps/mediaplayer/playlist/ListViews.cpp index ab898026a1..dc8d47dbc7 100644 --- a/src/apps/mediaplayer/playlist/ListViews.cpp +++ b/src/apps/mediaplayer/playlist/ListViews.cpp @@ -338,7 +338,7 @@ DragSortableListView::MessageReceived(BMessage* message) fDropIndex = -1; } } else { - switch ( message->what ) { + switch (message->what) { case MSG_TICK: { float scrollV = 0.0; BRect rect(Bounds());