#1329: [PATCH] extend scope of t/codingstd/c_indent.t
------------------------------+---------------------------------------------
 Reporter:  plobsing          |       Owner:       
     Type:  patch             |      Status:  new  
 Priority:  normal            |   Milestone:       
Component:  coding_standards  |     Version:  1.8.0
 Severity:  medium            |    Keywords:       
     Lang:                    |       Patch:       
 Platform:                    |  
------------------------------+---------------------------------------------

Comment(by coke):

 Is 0 an invalid indent level?

 Also, this code:
 {{{
     for (edge = unit->bb_list[loop_info->header]->pred_list;
          edge;
          edge = edge->pred_next) {
 }}}

 is lined up vertically to be slightly more aesthetically pleasing. A
 strict reading of the standard probably disallows this, but I think the
 alternative (in the general case) is probably a little less readable.

 (This is not a vote, just an observation.)

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1329#comment:4>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to