* printcmd.c: Coding style fixes: add missing spaces in comments
authorMark Kettenis <kettenis@gnu.org>
Mon, 17 Jul 2006 22:15:55 +0000 (22:15 +0000)
committerMark Kettenis <kettenis@gnu.org>
Mon, 17 Jul 2006 22:15:55 +0000 (22:15 +0000)
commit675dcf4fc0920886678614772c08533976d6efe3
tree63faf26928abd76385d2d7baf4569d377db0e691
parent267a692b80e0cbaaabd7419827b74f6ccd1d7787
* printcmd.c: Coding style fixes: add missing spaces in comments
and wrapping long lines.
(delete_display, enable_display_command, disable_display_command)
(printf_command, display_info, undisplay_command, free_display)
(display_command, x_command, address_info, set_command)
(inspect_command, call_command, print_command, print_command_1)
(validate_format, print_formatted, decode_format, sym_format):
Remove prototypes.
(x_command): Make static.
(printf_command): Convert error into internal consistency check.
(address_info): Avoid assignment within function call.
(printf_command): Avoid redundant cast.
* tracepoint.c (x_command): Remove extern prototype.
gdb/ChangeLog
gdb/printcmd.c
gdb/tracepoint.c
This page took 0.02537 seconds and 4 git commands to generate.