Skip to content

Commit 69d1502

Browse files
committed
normalize whitespace
1 parent 3ccf4c5 commit 69d1502

18 files changed

+32
-32
lines changed

Diff for: snippets/Finder.Open location.sublime-snippet

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<content><![CDATA[
33
--via http://superuser.com/questions/455920/how-can-i-launch-finder-in-a-specific-directory-from-automator-or-applescript
44
tell application "Finder"
5-
open POSIX file "${1:unix_path}"
5+
open POSIX file "${1:unix_path}"
66
end tell
77
]]></content>
88
<tabTrigger>Finder:Open location</tabTrigger>

Diff for: snippets/Mail.Send message.sublime-snippet

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set theContent to "${5:(empty message)}"
88
99
tell application "Mail"
1010
set theEmail to make new outgoing message with properties {subject:theSubject, content:theContent, visible:true}
11-
11+
1212
tell theEmail
1313
make new to recipient with properties {name:toName, address:toAddress}
1414
send

Diff for: snippets/OS.Voice Ask.sublime-snippet

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
--via http://macscripter.net/viewtopic.php?id=24662
44
tell application "SpeechRecognitionServer"
55
set theResponse to listen for {"${1:yes}", "${2:no}"} with prompt "${3:Can I ask you something}?"
6-
6+
77
if theResponse is "${1}" then
8-
${4:--your code}
8+
${4:--your code}
99
else if theResponse is "${2}" then
1010
${5:--your code}
1111
end if

Diff for: snippets/System Preferences.Date Time.sublime-snippet

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<snippet>
22
<content><![CDATA[
33
tell application "System Preferences"
4-
activate
5-
set the current pane to pane id "com.apple.preference.datetime"
4+
activate
5+
set the current pane to pane id "com.apple.preference.datetime"
66
end tell
77
]]></content>
88
<tabTrigger>System Preferences:Date Time</tabTrigger>

Diff for: snippets/System Preferences.Displays.sublime-snippet

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<snippet>
22
<content><![CDATA[
33
tell application "System Preferences"
4-
activate
5-
set the current pane to pane id "com.apple.preference.displays"
4+
activate
5+
set the current pane to pane id "com.apple.preference.displays"
66
end tell
77
]]></content>
88
<tabTrigger>System Preferences:Displays</tabTrigger>

Diff for: snippets/System Preferences.Dock.sublime-snippet

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<snippet>
22
<content><![CDATA[
33
tell application "System Preferences"
4-
activate
5-
set the current pane to pane id "com.apple.preference.dock"
4+
activate
5+
set the current pane to pane id "com.apple.preference.dock"
66
end tell
77
]]></content>
88
<tabTrigger>System Preferences:Dock</tabTrigger>

Diff for: snippets/System Preferences.General.sublime-snippet

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<snippet>
22
<content><![CDATA[
33
tell application "System Preferences"
4-
activate
5-
set the current pane to pane id "com.apple.preference.general"
4+
activate
5+
set the current pane to pane id "com.apple.preference.general"
66
end tell
77
]]></content>
88
<tabTrigger>System Preferences:General</tabTrigger>

Diff for: snippets/System Preferences.Internet Accounts.sublime-snippet

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<snippet>
22
<content><![CDATA[
33
tell application "System Preferences"
4-
activate
5-
set the current pane to pane id "com.apple.preferences.internetaccounts"
4+
activate
5+
set the current pane to pane id "com.apple.preferences.internetaccounts"
66
end tell
77
]]></content>
88
<tabTrigger>System Preferences:Internet Accounts</tabTrigger>

Diff for: snippets/System Preferences.Keyboard.sublime-snippet

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<snippet>
22
<content><![CDATA[
33
tell application "System Preferences"
4-
activate
5-
set the current pane to pane id "com.apple.preference.keyboard"
4+
activate
5+
set the current pane to pane id "com.apple.preference.keyboard"
66
end tell
77
]]></content>
88
<tabTrigger>System Preferences:Keyboard</tabTrigger>

Diff for: snippets/System Preferences.Mission Control.sublime-snippet

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<snippet>
22
<content><![CDATA[
33
tell application "System Preferences"
4-
activate
5-
set the current pane to pane id "com.apple.preference.expose"
4+
activate
5+
set the current pane to pane id "com.apple.preference.expose"
66
end tell
77
]]></content>
88
<tabTrigger>System Preferences:Mission Control</tabTrigger>

Diff for: snippets/System Preferences.Mouse.sublime-snippet

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<snippet>
22
<content><![CDATA[
33
tell application "System Preferences"
4-
activate
5-
set the current pane to pane id "com.apple.preference.mouse"
4+
activate
5+
set the current pane to pane id "com.apple.preference.mouse"
66
end tell
77
]]></content>
88
<tabTrigger>System Preferences:Mouse</tabTrigger>

Diff for: snippets/System Preferences.Network.sublime-snippet

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<snippet>
22
<content><![CDATA[
33
tell application "System Preferences"
4-
activate
5-
set the current pane to pane id "com.apple.preference.network"
4+
activate
5+
set the current pane to pane id "com.apple.preference.network"
66
end tell
77
]]></content>
88
<tabTrigger>System Preferences:Network</tabTrigger>

Diff for: snippets/System Preferences.Security.sublime-snippet

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<snippet>
22
<content><![CDATA[
33
tell application "System Preferences"
4-
activate
5-
set the current pane to pane id "com.apple.preference.security"
4+
activate
5+
set the current pane to pane id "com.apple.preference.security"
66
end tell
77
]]></content>
88
<tabTrigger>System Preferences:Security</tabTrigger>

Diff for: snippets/System Preferences.Sharing.sublime-snippet

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<snippet>
22
<content><![CDATA[
33
tell application "System Preferences"
4-
activate
5-
set the current pane to pane id "com.apple.preferences.sharing"
4+
activate
5+
set the current pane to pane id "com.apple.preferences.sharing"
66
end tell
77
]]></content>
88
<tabTrigger>System Preferences:Sharing</tabTrigger>

Diff for: snippets/System Preferences.Spotlight.sublime-snippet

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<snippet>
22
<content><![CDATA[
33
tell application "System Preferences"
4-
activate
5-
set the current pane to pane id "com.apple.preference.spotlight"
4+
activate
5+
set the current pane to pane id "com.apple.preference.spotlight"
66
end tell
77
]]></content>
88
<tabTrigger>System Preferences:Spotlight</tabTrigger>

Diff for: snippets/System Preferences.Users & Groups.sublime-snippet

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<snippet>
22
<content><![CDATA[
33
tell application "System Preferences"
4-
activate
5-
set the current pane to pane id "com.apple.preferences.users"
4+
activate
5+
set the current pane to pane id "com.apple.preferences.users"
66
end tell
77
]]></content>
88
<tabTrigger>System Preferences:Users &amp; Groups</tabTrigger>

Diff for: snippets/iTunes.Open file.sublime-snippet

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<snippet>
22
<content><![CDATA[
33
tell application "iTunes"
4-
open ${1:(choose file)}
4+
open ${1:(choose file)}
55
end tell
66
]]></content>
77
<tabTrigger>iTunes:Open file</tabTrigger>

Diff for: snippets/iTunes.Stream URL.sublime-snippet

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<snippet>
22
<content><![CDATA[
33
tell application "iTunes"
4-
open location "${1:http}://${2:url}${3::${4:80}}"
4+
open location "${1:http}://${2:url}${3::${4:80}}"
55
end tell
66
]]></content>
77
<tabTrigger>iTunes:Stream URL</tabTrigger>

0 commit comments

Comments
 (0)