Skip to content

Commit ddf4077

Browse files
author
Jonathan Buschmann
committed
Remove excessive whitespaces
1 parent 03bb3c3 commit ddf4077

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

neosnippets/actionscript.snip

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ snippet do
5151
do {
5252
${1:TARGET}
5353
} while (${2:#:condition});
54-
54+
5555

5656
snippet dm
5757
duplicateMovieClip(${1:#:target}, ${2:#:newName}, ${3:#:depth});

neosnippets/applescript.snip

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ snippet tell
1616
tell ${1:#:app}
1717
${0:TARGET}
1818
end tell
19-
19+
2020
snippet terms
2121
using terms from ${1:#:app}
2222
${0:TARGET}
@@ -41,14 +41,14 @@ abbr rep
4141
repeat while ${1:#:condition}
4242
${0:TARGET}
4343
end repeat
44-
44+
4545

4646
snippet repwi
4747
abbr rep
4848
repeat with ${1} in ${2}
4949
${0:TARGET}
5050
end repeat
51-
51+
5252

5353
snippet try
5454
try

neosnippets/php.snip

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ snippet doch
9393
* @copyright ${4}
9494
* @package ${5:default}
9595
**/
96-
96+
9797
/**
9898
* Define DocBlock
9999
**/
@@ -176,7 +176,7 @@ snippet elseif
176176
}
177177

178178
snippet for
179-
for ($${1:i}=${2:0}; $$1 < ${3}; $$1++) {
179+
for ($${1:i}=${2:0}; $$1 < ${3}; $$1++) {
180180
${0:TARGET}
181181
}
182182

0 commit comments

Comments
 (0)