Wireshark-commits: [Wireshark-commits] master 30f8175: column-utils: replace TAB with SPACE in prot

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 29 Jan 2019 21:49:09 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=30f817530353f63dffee6ebabf07701e36935bdd
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

30f8175 by Dario Lombardo (lomato@xxxxxxxxx):

    column-utils: replace TAB with SPACE in prototypes.
    
    In some functions the file showed
    
    <ret_type><TAB><func name>
    
    while in others
    
    <ret_type><SPACE><func name>
    
    All prototypes aligned to use the latter.
    
    Change-Id: I47163824c9ae629c84df6d795192353eed5d5cca
    Reviewed-on: https://code.wireshark.org/review/31803
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  dbf436b   MAC NR: add dissection of NR PHR and PCMAX,f,c fields
     add  30f8175   column-utils: replace TAB with SPACE in prototypes.


Summary of changes:
 epan/column-utils.h | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)