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(-)