X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2Fapplescript.h;h=e47907cdd6da10e35a355483f05629ba975a0732;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=f0c8e95aab988c1d33d70990834d8115ea967d78;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/gui/macosx/applescript.h b/modules/gui/macosx/applescript.h index f0c8e95aab..e47907cdd6 100644 --- a/modules/gui/macosx/applescript.h +++ b/modules/gui/macosx/applescript.h @@ -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 @@ -22,13 +22,13 @@ *****************************************************************************/ /***************************************************************************** - * 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