1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 16:24:12 +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:
function myFunction ()
{
if (foo)
if (foo)
{
baz = false;
return bar;