commit | 983f06bdb657d1abf79effc1454f8c94754363aa | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Oct 07 12:31:31 2008 -0700 |
committer | Russ Cox <rsc@golang.org> | Tue Oct 07 12:31:31 2008 -0700 |
tree | 133422e9724c37fc7aac2fcf9f1c52b230af51ef | |
parent | 7ee60b174dd92edca7e608dc06ec4f1b2d0eb79f [diff] |
update code to follow new semicolon rules: * 1. all statements and declarations are terminated by semicolons * 2. semicolons can be omitted at top level. * 3. semicolons can be omitted before and after the closing ) or } * on a list of statements or declarations. /home/rsc/bin/addsemi and then diff+tweak. R=r,gri OCL=16620 CL=16643