#1864: [RFC] Change coding standard to avoid 2 space outdent.
--------------------+-------------------------------------------------------
Reporter: bacek | Owner:
Type: RFC | Status: new
Priority: normal | Milestone: 2.11
Component: none | Version: 2.10.0
Severity: medium | Keywords:
Lang: | Patch:
Platform: |
--------------------+-------------------------------------------------------
Comment(by cotto):
Just to clarify, this is what bacek is talking about:
{{{
switch (errno) {
case EINTR:
goto AGAIN;
case EINPROGRESS:
goto AGAIN;
case EISCONN:
return 0;
default:
return -1;
}
}}}
If someone wants to update our code to match the new coding standard and
update our editor config files (editor/*), I'm fine with this.
--
Ticket URL: <https://trac.parrot.org/parrot/ticket/1864#comment:5>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets