http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34599
User: morriss
Date: 2010/10/20 07:50 PM
Log:
Make the indentation consistent.
Pull function names to column 0 - except when necessary for autoregistration.
Put function comments before the function.
For readability, put the macros for functions before the function too.
Put class functions before the class.
Directory: /trunk/epan/wslua/
Changes Path Action
+47 -22 init_wslua.c Modified
+1 -1 wslua_dumper.c Modified
+85 -61 wslua_field.c Modified
+383 -299 wslua_gui.c Modified
+81 -61 wslua_listener.c Modified
+161 -60 wslua_pinfo.c Modified
+210 -117 wslua_proto.c Modified
+61 -33 wslua_tree.c Modified
+227 -143 wslua_tvb.c Modified
+308 -262 wslua_util.c Modified