]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/about.h
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / macosx / about.h
index 7b29b2df60ff528ce6ea5de95a10bfc67fa74431..b29fdc80667ce6243c5ec0eda194a21be0186b0b 100644 (file)
@@ -5,12 +5,12 @@
  * $Id$
  *
  * Authors: Derk-Jan Hartman <thedj@users.sourceforge.net>
- * 
+ *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -22,7 +22,7 @@
  *****************************************************************************/
 
 /*****************************************************************************
- * VLAboutBox interface 
+ * VLAboutBox interface
  *****************************************************************************/
 @interface VLAboutBox : NSObject
 {
     IBOutlet id o_copyright_field;
     IBOutlet id o_credits_textview;
     IBOutlet id o_credits_scrollview;
-    
     NSTimer *o_scroll_timer;
     float f_current;
     float f_end;
     NSTimeInterval i_start;
     BOOL b_restart;
-    
     NSString *o_credits_path;
     NSString *o_credits;
     NSString *o_thanks;