1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-10 12:25:45 +01:00
This commit is contained in:
anekos
2009-01-07 09:00:49 +09:00
parent 318dd6a5a6
commit cefc994115

View File

@@ -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: * Opening curly brackets { must be on a new line, unless it is used in a closure:
function myFunction () function myFunction ()
{ {
if (foo) if (foo)
{ {
baz = false; baz = false;
return bar; return bar;