You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Brian Havard <br...@kheldar.apana.org.au> on 1999/06/08 18:05:21 UTC

Re: cvs commit: apache-apr/apr/test testproc.dsp testfile.dsp testproc.c

On 8 Jun 1999 15:35:30 -0000, rbb@hyperreal.org wrote:

>   
>       if (argc > 1) {
>  -        fprintf(stdout, "%s", teststr);
>  +		fprintf(stdout, "%s", teststr);
>           exit(1);
>       }
>       fprintf(stdout, "Creating procattr.......");

Err, Ryan, can you quit it with the size 4 tabs? It really makes things look
odd when using the One True Tab Width (yes, I'm a believer too :).

Actually, doesn't the style guide say no tabs at all?

--
 ______________________________________________________________________________
 |  Brian Havard                 |  "He is not the messiah!                   |
 |  brianh@kheldar.apana.org.au  |  He's a very naughty boy!" - Life of Brian |
 ------------------------------------------------------------------------------


Re: cvs commit: apache-apr/apr/test testproc.dsp testfile.dsp testproc.c

Posted by Ben Laurie <be...@algroup.co.uk>.
Brian Havard wrote:
> 
> On 8 Jun 1999 15:35:30 -0000, rbb@hyperreal.org wrote:
> 
> >
> >       if (argc > 1) {
> >  -        fprintf(stdout, "%s", teststr);
> >  +            fprintf(stdout, "%s", teststr);
> >           exit(1);
> >       }
> >       fprintf(stdout, "Creating procattr.......");
> 
> Err, Ryan, can you quit it with the size 4 tabs? It really makes things look
> odd when using the One True Tab Width (yes, I'm a believer too :).
> 
> Actually, doesn't the style guide say no tabs at all?

I think that one snuck in, if its there - the One True Tab Width is too
widely used to deprecate. 4 character tabs are definitely a nono.

Cheers,

Ben.

--
http://www.apache-ssl.org/ben.html

"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
     - Indira Gandhi

Re: cvs commit: apache-apr/apr/test testproc.dsp testfile.dsp testproc.c

Posted by Ben Laurie <be...@algroup.co.uk>.
Ryan Bloom wrote:
> 
> On Wed, 9 Jun 1999, Brian Havard wrote:
> 
> > On 8 Jun 1999 15:35:30 -0000, rbb@hyperreal.org wrote:
> >
> > >
> > >       if (argc > 1) {
> > >  -        fprintf(stdout, "%s", teststr);
> > >  +          fprintf(stdout, "%s", teststr);
> > >           exit(1);
> > >       }
> > >       fprintf(stdout, "Creating procattr.......");
> >
> > Err, Ryan, can you quit it with the size 4 tabs? It really makes things look
> > odd when using the One True Tab Width (yes, I'm a believer too :).
> >
> > Actually, doesn't the style guide say no tabs at all?
> 
> Yes.  The problem is this Visual C++ IDE.  I do not mean to put the tabs
> in, but this stupid program is doing it for me.  I'll fix it later today
> with indent on my Linux box.

You can set tab width (independently of indent width) in VC++. Its
somewhere obvious.

Cheers,

Ben.

--
http://www.apache-ssl.org/ben.html

"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
     - Indira Gandhi

Re: cvs commit: apache-apr/apr/test testproc.dsp testfile.dsp testproc.c

Posted by Ryan Bloom <rb...@raleigh.ibm.com>.
On Wed, 9 Jun 1999, Brian Havard wrote:

> On 8 Jun 1999 15:35:30 -0000, rbb@hyperreal.org wrote:
> 
> >   
> >       if (argc > 1) {
> >  -        fprintf(stdout, "%s", teststr);
> >  +		fprintf(stdout, "%s", teststr);
> >           exit(1);
> >       }
> >       fprintf(stdout, "Creating procattr.......");
> 
> Err, Ryan, can you quit it with the size 4 tabs? It really makes things look
> odd when using the One True Tab Width (yes, I'm a believer too :).
> 
> Actually, doesn't the style guide say no tabs at all?

Yes.  The problem is this Visual C++ IDE.  I do not mean to put the tabs
in, but this stupid program is doing it for me.  I'll fix it later today
with indent on my Linux box.

Sorry.

Ryan

_______________________________________________________________________
Ryan Bloom		rbb@raleigh.ibm.com
4205 S Miami Blvd	
RTP, NC 27709		It's a beautiful sight to see good dancers 
			doing simple steps.  It's a painful sight to
			see beginners doing complicated patterns.