Browse Source

fixed indent

master
Raphael Roberts 7 years ago
parent
commit
32c2ca731b
  1. 4
      clicker.ahk

4
clicker.ahk

@ -23,7 +23,7 @@ while cont
} }
else else
{ {
DllCall("Sleep", UInt, d)
DllCall("Sleep", UInt, d)
Click Click
} }
} }
@ -33,6 +33,6 @@ Tab::
FileDelete,%fname% FileDelete,%fname%
} }
else { else {
FileAppend,,%fname%
FileAppend,,%fname%
} }
Pause,Toggle,1 Pause,Toggle,1
Loading…
Cancel
Save