Wireshark-commits: [Wireshark-commits] master c7c6927: version_info: make indentation more consiste

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 17 Jun 2020 05:31:41 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c7c6927332678b800c7e83da27a44ffa48ebb89e
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c7c6927 by Dario Lombardo (lomato@xxxxxxxxx):

    version_info: make indentation more consistent.
    
    The preprocessor statements in the function get_compiler_info were
    indented with a mixed approach: indented, but not following the style
    of the rest of the file. The indented approach has been followed to
    increase the readability, but with tabs, as in the rest of the file.
    
    Other indentation issues fixed.
    
    Change-Id: I6486c2cfa640f87c90a7fe4b7d95848d02249d23
    Reviewed-on: https://code.wireshark.org/review/37481
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Guy Harris <gharris@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  d91b0d5   acdr: cleaner test for "is this tree item an RTP item?"
     add  c7c6927   version_info: make indentation more consistent.


Summary of changes:
 version_info.c | 335 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 167 insertions(+), 168 deletions(-)