Wireshark-commits: [Wireshark-commits] master a29f513: [skinny] Add missing change to source (.in);

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 9 Aug 2015 18:33:36 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a29f51341805e5dbf2676df22832c258de0a1018
Submitter: Bill Meier (wmeier@xxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a29f513 by Bill Meier (wmeier@xxxxxxxxxxx):

    [skinny] Add missing change to source (.in); Also do minor cleanup.
    
    packet-skinny.c is generated from packet-skinny.in and etc.
    So: Change committed in gceb8d95 to packet-skinny.c should really
    have been applied as well to packet-skinny.c.in.
    
    Minor cleanup:
     Remove a few unneeded initializers;
     Remove unneeded code in proto_reg_handoff_skinny();
     Replace a tab by spaces;
     Change editor tab-width specification to be 8 (not 2). No actual
      indentation change since tabs not used in the file.
    
    packet-skinny.c regenerated using 'cog'
    
    Change-Id: Ib3510c257e0b98bb7da8fae9aa010e134ec381cb
    Reviewed-on: https://code.wireshark.org/review/9948
    Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
    

Actions performed:

    from  2ef3cda   t124: kill evil global variables
    adds  a29f513   [skinny] Add missing change to source (.in); Also do minor cleanup.


Summary of changes:
 epan/dissectors/packet-skinny.c    |   41 +++++++++++++++-------------------
 epan/dissectors/packet-skinny.c.in |   43 ++++++++++++++++--------------------
 2 files changed, 37 insertions(+), 47 deletions(-)