Wireshark-commits: [Wireshark-commits] master 9aa63d2: epan: remove return from functions returning
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 04 Jan 2019 05:08:04 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9aa63d2406dc8248f6220e62bf0359ade597c309
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

9aa63d2 by Dario Lombardo (lomato@xxxxxxxxx):

    epan: remove return from functions returning void.
    
    Found by clang-tidy.
    
    Change-Id: Ibedfec5e5d3eca7c2e65319b7ecb4dcbe974b88b
    Reviewed-on: https://code.wireshark.org/review/31337
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  1db84c9   WSDG: Add a note about Npcap licensing.
     add  9aa63d2   epan: remove return from functions returning void.


Summary of changes:
 epan/color_filters.c | 2 --
 epan/strutil.c       | 1 -
 2 files changed, 3 deletions(-)