]> git.lyx.org Git - lyx.git/blobdiff - src/support/AppleScript.h
Make tab movement visible (#10733)
[lyx.git] / src / support / AppleScript.h
index 6ac23b63bff36355bd6259f4f1d106923a12c6f3..539b5ae32866d0d035971e5263ba3c6758275732 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef LYX_SUPPORT_APPLESCRIPT_H
 #define LYX_SUPPORT_APPLESCRIPT_H
 
-#ifdef __cplusplus 
+#ifdef __cplusplus
 extern "C" {
 #endif
     /// What is returned by applescript_execute_command
@@ -25,7 +25,7 @@ extern "C" {
 
     /// Sets up apple script support
     void setupApplescript();
-#ifdef __cplusplus 
+#ifdef __cplusplus
 }
 #endif