GNOME Bugzilla – Bug 736895
mplex: logical disjunction consecutive goto, break statements
Last modified: 2014-11-08 14:14:46 UTC
Created attachment 286489 [details] [review] mplex: logical disjunction consecutive goto, break statements unnecessary. In gstmplex.cc consecutive goto, break statements are unnecessary.
The breaks are left there to make the code more legible. It is a style issue, and since the code never gets there (since it goes to the goto) it doesn't affect anything. Sorry but I am going to decline this patch to keep the style consistent over
Review of attachment 286489 [details] [review]: As stated above
Comment on attachment 286489 [details] [review] mplex: logical disjunction consecutive goto, break statements unnecessary. After some more discussion this has been accepted. Will fix the commit message myself.
Comment on attachment 286489 [details] [review] mplex: logical disjunction consecutive goto, break statements unnecessary. Merged
I run gst-indent and the two coding style in this patch are good.