Wireshark-commits: [Wireshark-commits] master-3.2 8ed8a38: Use spaces, not tabs, for indentation.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8ed8a3809bd33d52572e748199221a7035a95d49
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark
Commits:
8ed8a38 by Guy Harris (guy@xxxxxxxxxxxx):
Use spaces, not tabs, for indentation.
There were a bunch of 4-space tab characters in the file, which is 1)
not the way UN*Xes work and 2) not what the modelines say; replace them
with 4 spaces, and further adjust some indentation.
Change the modelines to turn tab-to-space expansion on.
Change-Id: I7e22294e928ef95ab9f5d61f5d0e8abfe18cfb4e
Reviewed-on: https://code.wireshark.org/review/36738
Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
(cherry picked from commit a543cdd3506e34859b10fd210db6c965446f56cb)
Reviewed-on: https://code.wireshark.org/review/36739
Actions performed:
from 7517350 FPP: Make dissector directionally aware
add 8ed8a38 Use spaces, not tabs, for indentation.
Summary of changes:
epan/dissectors/packet-fpp.c | 1040 +++++++++++++++++++++---------------------
1 file changed, 520 insertions(+), 520 deletions(-)