summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authoranekos <anekos@snca.net>2009-01-07 09:00:49 +0900
committeranekos <anekos@snca.net>2009-01-07 09:00:49 +0900
commitcefc994115eb19d6463138891518d8213f9bde9c (patch)
tree8915651a260f37e504fe52ababd760727b6c99f9 /HACKING
parent318dd6a5a61d0f719810022e81c42f85d03645d5 (diff)
downloadpentadactyl-cefc994115eb19d6463138891518d8213f9bde9c.tar.gz
s/\t/ /
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 088b7b5b..efdc2099 100644
--- a/HACKING
+++ b/HACKING
@@ -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;