Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk capture_dlg.c capture_dlg.h capture_pref
jmayer 2002/08/28 16:04:08 CDT
Modified files:
gtk capture_dlg.c capture_dlg.h
capture_prefs.c capture_prefs.h
color_dlg.c color_dlg.h color_utils.c
color_utils.h colors.c colors.h
column_prefs.c column_prefs.h
decode_as_dlg.c decode_as_dlg.h
dfilter_expr_dlg.c dfilter_expr_dlg.h
display_opts.c display_opts.h dlg_utils.c
dlg_utils.h file_dlg.c file_dlg.h
filter_prefs.c filter_prefs.h find_dlg.c
find_dlg.h follow_dlg.c follow_dlg.h
goto_dlg.c goto_dlg.h gtkclist.c
gtkclist.h gtkglobals.h gui_prefs.c
gui_prefs.h help_dlg.c help_dlg.h keys.h
main.c main.h menu.c menu.h
nameres_prefs.c nameres_prefs.h
packet_win.c packet_win.h prefs_dlg.c
prefs_dlg.h print_dlg.c print_mswin.c
print_mswin.h print_prefs.c print_prefs.h
progress_dlg.c proto_dlg.c proto_dlg.h
proto_draw.c proto_draw.h
proto_hier_stats_dlg.c simple_dialog.c
stream_prefs.c stream_prefs.h
summary_dlg.c tcp_graph.c tcp_graph.h
ui_util.c ui_util.h
Log:
Removed trailing whitespaces from .h and .c files using the
winapi_cleanup tool written by Patrik Stridvall for the wine
project.
Revision Changes Path
1.71 +35 -35 ethereal/gtk/capture_dlg.c
1.3 +4 -4 ethereal/gtk/capture_dlg.h
1.14 +6 -6 ethereal/gtk/capture_prefs.c
1.2 +4 -4 ethereal/gtk/capture_prefs.h
1.16 +6 -6 ethereal/gtk/color_dlg.c
1.2 +4 -4 ethereal/gtk/color_dlg.h
1.2 +4 -4 ethereal/gtk/color_utils.c
1.2 +4 -4 ethereal/gtk/color_utils.h
1.23 +6 -6 ethereal/gtk/colors.c
1.8 +4 -4 ethereal/gtk/colors.h
1.12 +34 -34 ethereal/gtk/column_prefs.c
1.3 +4 -4 ethereal/gtk/column_prefs.h
1.25 +6 -6 ethereal/gtk/decode_as_dlg.c
1.3 +3 -3 ethereal/gtk/decode_as_dlg.h
1.27 +8 -8 ethereal/gtk/dfilter_expr_dlg.c
1.2 +4 -4 ethereal/gtk/dfilter_expr_dlg.h
1.29 +12 -12 ethereal/gtk/display_opts.c
1.2 +4 -4 ethereal/gtk/display_opts.h
1.8 +5 -5 ethereal/gtk/dlg_utils.c
1.6 +4 -4 ethereal/gtk/dlg_utils.h
1.50 +10 -10 ethereal/gtk/file_dlg.c
1.3 +4 -4 ethereal/gtk/file_dlg.h
1.38 +17 -17 ethereal/gtk/filter_prefs.c
1.12 +4 -4 ethereal/gtk/filter_prefs.h
1.23 +11 -11 ethereal/gtk/find_dlg.c
1.3 +4 -4 ethereal/gtk/find_dlg.h
1.25 +7 -7 ethereal/gtk/follow_dlg.c
1.4 +3 -3 ethereal/gtk/follow_dlg.h
1.16 +8 -8 ethereal/gtk/goto_dlg.c
1.2 +4 -4 ethereal/gtk/goto_dlg.h
1.12 +149 -149 ethereal/gtk/gtkclist.c
1.3 +44 -44 ethereal/gtk/gtkclist.h
1.18 +4 -4 ethereal/gtk/gtkglobals.h
1.35 +26 -26 ethereal/gtk/gui_prefs.c
1.4 +4 -4 ethereal/gtk/gui_prefs.h
1.24 +25 -25 ethereal/gtk/help_dlg.c
1.4 +3 -3 ethereal/gtk/help_dlg.h
1.14 +4 -4 ethereal/gtk/keys.h
1.259 +52 -52 ethereal/gtk/main.c
1.28 +4 -4 ethereal/gtk/main.h
1.66 +13 -13 ethereal/gtk/menu.c
1.7 +4 -4 ethereal/gtk/menu.h
1.5 +4 -4 ethereal/gtk/nameres_prefs.c
1.2 +4 -4 ethereal/gtk/nameres_prefs.h
1.39 +8 -8 ethereal/gtk/packet_win.c
1.8 +3 -3 ethereal/gtk/packet_win.h
1.52 +27 -27 ethereal/gtk/prefs_dlg.c
1.9 +4 -4 ethereal/gtk/prefs_dlg.h
1.35 +10 -10 ethereal/gtk/print_dlg.c
1.2 +23 -23 ethereal/gtk/print_mswin.c
1.2 +4 -4 ethereal/gtk/print_mswin.h
1.14 +7 -7 ethereal/gtk/print_prefs.c
1.6 +4 -4 ethereal/gtk/print_prefs.h
1.13 +11 -11 ethereal/gtk/progress_dlg.c
1.13 +20 -20 ethereal/gtk/proto_dlg.c
1.2 +3 -3 ethereal/gtk/proto_dlg.h
1.57 +12 -12 ethereal/gtk/proto_draw.c
1.19 +4 -4 ethereal/gtk/proto_draw.h
1.10 +2 -2 ethereal/gtk/proto_hier_stats_dlg.c
1.11 +11 -11 ethereal/gtk/simple_dialog.c
1.12 +12 -12 ethereal/gtk/stream_prefs.c
1.4 +4 -4 ethereal/gtk/stream_prefs.h
1.13 +2 -2 ethereal/gtk/summary_dlg.c
1.20 +22 -22 ethereal/gtk/tcp_graph.c
1.2 +4 -4 ethereal/gtk/tcp_graph.h
1.10 +7 -7 ethereal/gtk/ui_util.c
1.5 +4 -4 ethereal/gtk/ui_util.h