http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52636
User: wmeier
Date: 2013/10/16 12:57 AM
Log:
From Ed Beroset: add modelines and fix irregular indenting;
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9273
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.
Directory: /trunk/asn1/c1222/
Changes Path Action
+5 -5 c1222.asn Modified
+15 -2 c1222.cnf Modified
+336 -326 packet-c1222-template.c Modified
+12 -0 packet-c1222-template.h Modified
Directory: /trunk/epan/dissectors/
Changes Path Action
+341 -331 packet-c1222.c Modified
+12 -0 packet-c1222.h Modified