Wireshark-commits: [Wireshark-commits] master dcb55b3: TIPC: fix statement is indented as if it wer

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 10 Feb 2016 21:36:12 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dcb55b3a0e95d6d20b0c49555cb7b3a469897a4c
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

dcb55b3 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    TIPC: fix statement is indented as if it were guarded by... [-Werror=misleading-indentation] found by gcc6
    
         b_inst_strlen = tvb_strsize(tipc_tvb, offset);
         ^~~~~~~~~~~~~
    packet-tipc.c:1090:4: note: ...this ‘if’ clause, but it is not
        if ((message_type == TIPCv2_RESET_MSG)
        ^~
    
    Change-Id: I9a9f1e5e70ce183af30dd93242993bbddffdfd95
    Reviewed-on: https://code.wireshark.org/review/13870
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  8186ab3   Qt: fix jitter buffer management
    adds  dcb55b3   TIPC: fix statement is indented as if it were guarded by... [-Werror=misleading-indentation] found by gcc6


Summary of changes:
 epan/dissectors/packet-tipc.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)