Indentation fixes for stl_alloc.h

Benjamin Kosnik bkoz@redhat.com
Wed Aug 21 16:58:00 GMT 2002


> Ah.  C++STYLE says different.  (Finally we discover the cause...)  The
> examples there are:
> 
>     int
>     one_line() { return 0 }
> 
>     int
>     two_lines(const char* arg)
>       { return strchr(arg, 'a'); }

Well then C++STYLE is wrong... please feel free to correct it. Also,
probably add the return bits...

-benjamin



More information about the Libstdc++ mailing list