Wireshark-commits: [Wireshark-commits] master 4b66b32: Resolve false positive ERROR: NO ARRAY found
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 5 Jun 2016 22:31:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4b66b32fb3e9eb7e967c59382873c3c807612cfe
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4b66b32 by Jim Young (jyoung@xxxxxxx):

    Resolve false positive ERROR: NO ARRAY found in ei array entries
    
    The enhanced checkhf.pl in https://code.wireshark.org/review/#/c/15717/
    validates ei items in addition to href items.   This patch addresses the
    false positive ERRORS reported by the enhanced checkhf.pl for a "cosmetic"
    issue (missing space after { in ei array entries).
    
    Change-Id: I87876ce2cfa4b0e11cb22f457bd9ab025d939e5c
    Reviewed-on: https://code.wireshark.org/review/15739
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  eec602b   Clean up white space.
    adds  4b66b32   Resolve false positive ERROR: NO ARRAY found in ei array entries


Summary of changes:
 epan/dissectors/packet-bgp.c      |    4 ++--
 epan/dissectors/packet-dtls.c     |    2 +-
 epan/dissectors/packet-scsi-osd.c |   16 ++++++++--------
 epan/dissectors/packet-ssl.c      |    2 +-
 epan/dissectors/packet-usbip.c    |    2 +-
 5 files changed, 13 insertions(+), 13 deletions(-)