diff options
author | anekos <anekos@snca.net> | 2009-01-07 09:00:49 +0900 |
---|---|---|
committer | anekos <anekos@snca.net> | 2009-01-07 09:00:49 +0900 |
commit | cefc994115eb19d6463138891518d8213f9bde9c (patch) | |
tree | 8915651a260f37e504fe52ababd760727b6c99f9 /HACKING | |
parent | 318dd6a5a61d0f719810022e81c42f85d03645d5 (diff) | |
download | pentadactyl-cefc994115eb19d6463138891518d8213f9bde9c.tar.gz |
s/\t/ /
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ We try to be quite consistent, but of course, that's not always possible. * Opening curly brackets { must be on a new line, unless it is used in a closure: function myFunction () { - if (foo) + if (foo) { baz = false; return bar; |