Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 6b064e0: extcap: Whitespace cleanup.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 8 Dec 2016 21:19:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6b064e0e145053dbaf96fb0e7b90a46979ce2c8c
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6b064e0 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    extcap: Whitespace cleanup.
    
    Cleanup code to use uniform whitespace to make it more readable.
    Also added brackets to unbracketed one line conditional statements.
    
    This was done using "astyle -A1cHjk3pU".
    
    Change-Id: Iebe96c488c843ce1d790ede0016eb9df025e98a5
    Reviewed-on: https://code.wireshark.org/review/19133
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  d438170   Fix a mis-merging.
    adds  6b064e0   extcap: Whitespace cleanup.


Summary of changes:
 extcap.c        |  559 ++++++++++++++++++++++++++++++++++++-------------------
 extcap_parser.c |  181 +++++++++---------
 extcap_spawn.c  |   34 ++--
 3 files changed, 474 insertions(+), 300 deletions(-)