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 1/2 v2] Add unit test to aarch64 prologue analyzer


On Thu, Dec 01, 2016 at 12:57:45PM +0000, Pedro Alves wrote:
> On 12/01/2016 11:16 AM, Yao Qi wrote:
> 
> > +#if GDB_SELF_TEST
> > +
> > +namespace selftests
> > +{
> > +
> > +  /* Instruction reader from manually cooked instruction sequences.  */
> > +
> > +  class instruction_reader_test : public abstract_instruction_reader
> > +  {
> 
> This whole class should be indented at column 0.
> 

Hi Pedro,
That is how emacs indents my code (at column 2).  Even I start emacs
with -q, it still indents that way.

-- 
Yao (齐尧)


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