This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
> Cary> +static unsigned int > Cary> +peek_abbrev_code (bfd *abfd, gdb_byte *info_ptr) > Cary> +{ > Cary> + ?unsigned int bytes_read; > Cary> + ?return read_unsigned_leb128 (abfd, info_ptr, &bytes_read); > > Our coding style requires a newline after the declarations. > > Ok with that change. Done, and committed. Thanks! -cary
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |