Wireshark-commits: [Wireshark-commits] master 65a06f2: Fix indentation, add some braces.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 12 Jan 2016 05:07:41 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=65a06f27c9571d221480ee8704db5f9fd981399e
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

65a06f2 by Guy Harris (guy@xxxxxxxxxxxx):

    Fix indentation, add some braces.
    
    Add some braces to make it clearer what some if clauses are.  It also
    makes it clearer what the right indentation for the last statement of
    dissect_rtmac() is (if you don't have -Werror=misleading-indentation to
    tell you).
    
    Change-Id: I2c44c6de41e610de4c4b6b5025732483f4e33471
    Reviewed-on: https://code.wireshark.org/review/13205
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  b09286c   Move the definition of TEXT_LAYER_LENGTH to packet-tpkt.c.
    adds  65a06f2   Fix indentation, add some braces.


Summary of changes:
 epan/dissectors/packet-rtnet.c |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)