Alexander Graf <ag...@suse.de> writes: > Currently we have this stupid role of disallowing: > > if (r) > break; > > By disallowing this we clutter the code, making it less readable without > buying us anything. In fact, nobody actually sticks to this because it'd show > just how much bad taste the programmer doing this would have. > > So IMHO we should change the coding style, so we can finally focus on > programming again and don't focus on useless coding style rules. > > Signed-off-by: Alexander Graf <ag...@suse.de>
ACK