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