fix up some irregular indentation

R=rsc
OCL=33382
CL=33391
This commit is contained in:
Rob Pike 2009-08-17 13:30:22 -07:00
parent 3e804ba7a7
commit 74dd0ab670
39 changed files with 317 additions and 316 deletions

View file

@ -41,7 +41,7 @@ pc: 0x4558
*/
/* An array composite literal needs to be created freshly every time.
It is a "construction" of an array after all. If I pass the address
of the array to some function, it may store it globally. Same applies
to struct literals.
It is a "construction" of an array after all. If I pass the address
of the array to some function, it may store it globally. Same applies
to struct literals.
*/