From 5f52445bfb1421c301d95e508c5dc52c4bf86abd Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Wed, 20 Aug 2014 11:36:42 +0800 Subject: Adjust comments with example in it We would like to wrap examples, output or code snippet in comments with blank lines, and move */ to a new line if the comment is ended with the example. gdb: 2014-08-20 Yao Qi * amd64-tdep.c (amd64_classify): Add a blank line after the example. Move "*/" to a new line. * arm-tdep.c (arm_vfp_cprc_sub_candidate): Likewise. * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Likewise. * dwarf2read.c (psymtab_include_file_name): Likewise. --- gdb/amd64-tdep.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gdb/amd64-tdep.c') diff --git a/gdb/amd64-tdep.c b/gdb/amd64-tdep.c index 173451f..abd9c48 100644 --- a/gdb/amd64-tdep.c +++ b/gdb/amd64-tdep.c @@ -670,7 +670,9 @@ amd64_classify (struct type *type, enum amd64_reg_class class[2]) struct complexT { T real; T imag; - }; */ + }; + + */ else if (code == TYPE_CODE_COMPLEX && len == 8) class[0] = AMD64_SSE; else if (code == TYPE_CODE_COMPLEX && len == 16) -- cgit v1.1