This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: [gfortran, patch] Obvious corrections to my PR 25716 patch


On Fri, Jan 27, 2006 at 01:44:28AM +0100, Tobias Schlüter wrote:
> Erik Edelmann wrote:
> >  static void
> >  free_old_symbol (gfc_symbol * sym)
> >  {
> > +
> >    if (sym->old_symbol == NULL)
> >      return;
> 
> If this is the formatting error you're trying to fix, please don't.  I think
> we all agree that this is ugly, and I distinctly remember rth speaking out
> against blank lines in the beginning of functions with no local varibles, so
> it's definitely not mandated.

Ok.  I agree it's ugly, which is why I instinctively omitted the
empty line the first.  Then I rembered seeing those empty lines
in the beginning of functions with no local varibles here and
there, but if it's OK to omit them, I'm happy to do so.


        Erik


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