Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 9273] add modelines and fix irregular indenting

Date: Tue, 15 Oct 2013 21:26:04 +0000

changed bug 9273

What Removed Added
Attachment #11799 Flags   review_for_checkin?

Comment # 1 on bug 9273 from
Created attachment 11799 [details]
add modelines and regularize indentation levels

This patch adds modelines and cleans up the irregular indentation of this
dissector's code.  The only other change was in
asn1/c1222/packet-c1222-template.c to consolidate an #ifdef that had a
redundant #endif (line 812) and subsequent reopening #ifdef (line 824).  The
only thing between them was comments, so the span of the original #ifdef (line
644) was simply extended by eliminating those two lines.

The purpose for this patch is to make the file easier to edit and understand in
advance of more substantive patches later.  This patch is intended to be easy
to review by having only non-substantive changes.


You are receiving this mail because:
  • You are watching all bug changes.