X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=HACKING;h=73864bde8d2d01c3079f872dfbf28bdefb9f2719;hb=2d5239b60a5caa20c6030fa996ea4711113dcea6;hp=e9001a488bbf978cc9a8d97e20a735f779ea70f3;hpb=98c5205b9ef8ee9f11bc8912ad8b09f756036e77;p=chaz%2Fopenbox diff --git a/HACKING b/HACKING index e9001a48..73864bde 100644 --- a/HACKING +++ b/HACKING @@ -40,13 +40,6 @@ not all, guidelines: { hi; } - * else appears on a new line, just like an if - if (testing) { - hi; - } - else if (other) { - bye; - } * always use braces around conditional blocks that consist of more than one line, even if they contain a single statement if (check) {