]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/applescript.h
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / macosx / applescript.h
index f0c8e95aab988c1d33d70990834d8115ea967d78..e47907cdd6da10e35a355483f05629ba975a0732 100644 (file)
@@ -10,7 +10,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
  *****************************************************************************/
 
 /*****************************************************************************
- * VLGetURLScriptCommand interface 
+ * VLGetURLScriptCommand interface
  *****************************************************************************/
 @interface VLGetURLScriptCommand : NSScriptCommand
 @end
 
 /*****************************************************************************
- * VLControlScriptCommand interface 
+ * VLControlScriptCommand interface
  *****************************************************************************/
 @interface VLControlScriptCommand : NSScriptCommand
 @end
@@ -41,4 +41,3 @@
 - (BOOL) scriptFullscreenMode;
 - (void) setScriptFullscreenMode: (BOOL) mode;
 
-@end
\ No newline at end of file