URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b6ff338e81d4e1f42f2ec8cb90409dc17422f6c6
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
b6ff338 by Guy Harris (guy@xxxxxxxxxxxx):
Tabs are not necessarily set every 4 spaces.
Use spaces, not tabs, for indentation; that makes the code's layout
indepencent of tab settings, which might be every *8* spaces.
Change-Id: I69891b6424a668f1ee0ca80cc622b8cb0ed8967e
Reviewed-on: https://code.wireshark.org/review/6132
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from ed58d88 Remove some proto_tree_add_text outside the dissector directory.
adds b6ff338 Tabs are not necessarily set every 4 spaces.
Summary of changes:
epan/tvbparse.h | 242 +++++++++++++++++++++++++++----------------------------
1 file changed, 121 insertions(+), 121 deletions(-)