]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/controls.h
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / macosx / controls.h
index 6462e8776d742d641af05b4332dd837a35231437..92136bf5d2d6d39ba3f98584dc0615eed91b4d00 100644 (file)
@@ -13,7 +13,7 @@
  * 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
@@ -27,7 +27,7 @@
 #import "fspanel.h"
 
 /*****************************************************************************
- * VLCControls interface 
+ * VLCControls interface
  *****************************************************************************/
 @interface VLCControls : NSObject
 {
@@ -35,7 +35,7 @@
 
     IBOutlet id o_btn_fullscreen;
     IBOutlet id o_volumeslider;
-    
     IBOutlet id o_btn_shuffle;
     IBOutlet id o_btn_addNode;
     IBOutlet id o_btn_repeat;
@@ -48,7 +48,7 @@
     IBOutlet id o_specificTime_sec_lbl;
     IBOutlet id o_specificTime_stepper;
     IBOutlet id o_specificTime_mi;
-    
     VLCFSPanel *o_fs_panel;
 }
 
 @end
 
 /*****************************************************************************
- * VLCMenuExt interface 
+ * VLCMenuExt interface
  *****************************************************************************
  * This holds our data for autogenerated menus
  *****************************************************************************/
 @end
 
 /*****************************************************************************
- * VLCTimeField interface 
+ * VLCTimeField interface
  *****************************************************************************
  * we need the implementation to catch our click-event in the controller window
  *****************************************************************************/