Wireshark-commits: [Wireshark-commits] master 47fc7ff: asn1: Cleanup space usage
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 6 Feb 2016 13:28:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=47fc7ffcb0eb69f22ec54d698b6a7269c55035c6
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

47fc7ff by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    asn1: Cleanup space usage
    
    Fix space issues in some ASN.1 dissectors.
    
    Change-Id: I4ceccfbe9a13c93fc91821d1bfe4b7d6bb39c435
    Reviewed-on: https://code.wireshark.org/review/13791
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  a86e210   TCAP: Fix dissect_tcap_ERROR() unused warning [-Wunused-function]
    adds  47fc7ff   asn1: Cleanup space usage


Summary of changes:
 asn1/acse/packet-acse-template.c |   33 ++++++++++++++-----------------
 asn1/p1/packet-p1-template.c     |   10 +++++-----
 asn1/p22/packet-p22-template.c   |    2 +-
 asn1/p772/packet-p772-template.c |    2 +-
 asn1/pres/packet-pres-template.c |   34 ++++++++++++++------------------
 asn1/rtse/packet-rtse-template.c |   17 ++++++++--------
 epan/dissectors/packet-acse.c    |   37 ++++++++++++++++-------------------
 epan/dissectors/packet-p1.c      |   10 +++++-----
 epan/dissectors/packet-p22.c     |    2 +-
 epan/dissectors/packet-p772.c    |    2 +-
 epan/dissectors/packet-pres.c    |   40 +++++++++++++++++---------------------
 epan/dissectors/packet-rtse.c    |   21 ++++++++++----------
 12 files changed, 99 insertions(+), 111 deletions(-)