help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emcas code style


From: Tassilo Horn
Subject: Re: emcas code style
Date: Wed, 25 Feb 2004 14:17:59 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

Tobias Boonstoppel <tobias@webundso.ch> writes:

Perhaps I'm blind but I don't see any differences in

,----
| > function blah()
| >  {
| >  if($somthing == 1)
| >    {
| >    foo();
| >    switch()
| >      {
| >      }
| >    }
| >   return false;
| >  }
`----

and

,----
| > function blah()
| >  {
| >  if($somthing == 1)
| >    {
| >    foo();
| >    switch()
| >      {
| >      }
| >    }
| >   return false;
| >  }
`----

Regards,
        Tassilo

-- 
I just found out that the brain is like a computer. If that's true,
then there really aren't any stupid people. Just people running
windoze.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]