After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 761109 - acmenc/acmmp3dec: remove unnecessary break after return
acmenc/acmmp3dec: remove unnecessary break after return
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.7.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-01-26 00:38 UTC by Vineeth
Modified: 2016-02-16 16:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
remove unnecessary break (1.24 KB, patch)
2016-01-26 00:38 UTC, Vineeth
committed Details | Review

Description Vineeth 2016-01-26 00:38:13 UTC
There is no need to use break statements after return statement.
Comment 1 Vineeth 2016-01-26 00:38:57 UTC
Created attachment 319716 [details] [review]
remove unnecessary break
Comment 2 Sebastian Dröge (slomo) 2016-02-16 16:11:18 UTC
commit 8b80137f4bc1836c4fe09117a18f6003f81e641f
Author: Vineeth TM <vineeth.tm@samsung.com>
Date:   Tue Jan 26 09:37:04 2016 +0900

    acmenc/acmmp3dec: remove unnecessary break after return
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761109