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]

Re: [PATCH v5 6/9] sim/erc32: Add support for LEON2 processor emulation.


On 03 Apr 2015 22:35, Jiri Gaisler wrote:
> +static void
> +init_sim (void)
> +{
> +    callback = sim_callback;
> +    grlib_init ();
> +    mem_init ();
> +    port_init ();
> +    gpt_init ();
> +}

for all these new files from scratch, please use the correct indentation from 
the start:
{
  two spaces;
    four spaces;
      six spaces;
	one tab;
	  one tab + two spaces;
...
-mike

Attachment: signature.asc
Description: Digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]