From 868cd6a7e4ec59c6ffcfbd9466750950c3000f21 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Mon, 25 Feb 2008 09:22:38 +0000 Subject: [PATCH] Remove trailing whitespace. --- projects/mozilla/vlcplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mozilla/vlcplugin.cpp b/projects/mozilla/vlcplugin.cpp index 0d6bf1dab9..bc4cb1aadb 100644 --- a/projects/mozilla/vlcplugin.cpp +++ b/projects/mozilla/vlcplugin.cpp @@ -572,7 +572,7 @@ void VlcPlugin::redrawToolbar() XPutImage( p_display, control, gc, p_btnPause, 0, 0, 4, 14, p_btnPause->width, p_btnPause->height ); } - else if( p_btnPlay ) + else if( p_btnPlay ) { XPutImage( p_display, control, gc, p_btnPlay, 0, 0, 4, 14, p_btnPlay->width, p_btnPlay->height ); -- 2.39.2