URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b48bff80265a408aec4f42d080d3db6f8329933b
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
b48bff8 by Guy Harris (guy@xxxxxxxxxxxx):
Make the modelines more like other ones.
Thou shalt not ever use modelines that put the tab-character tab spots
anywhere other than every 8 characters; that's where Ken and Dennis put
them, and that's where they belong. Use whatever indentation you want,
including 4-space indentation, but do *not* try to arrange that a tab
character moves to the next 4-character boundary, because, in a lot of
UN*X software, it doesn't.
(Yes, this means that Xcode's default is wrong. It *is* wrong,
especially given that it's an IDE for a UNIX.)
Change-Id: I308745cdeef35b7c91ea493da6487baadc357f58
Reviewed-on: https://code.wireshark.org/review/15673
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 1192798 Fix compile error:
adds b48bff8 Make the modelines more like other ones.
Summary of changes:
epan/dissectors/packet-cql.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)