all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Tassilo Horn" <heimdall*REMOVETHIS*@uni-koblenz.de>
Subject: Re: emcas code style
Date: Wed, 25 Feb 2004 14:17:59 +0100	[thread overview]
Message-ID: <877jyb9u2g.fsf@inspiron.nicundtas.de> (raw)
In-Reply-To: mailman.455.1077707563.340.help-gnu-emacs@gnu.org

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	other threads:[~2004-02-25 13:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.455.1077707563.340.help-gnu-emacs@gnu.org>
2004-02-25 13:17 ` Tassilo Horn [this message]
2004-02-25 13:46 ` emcas code style Alan Mackenzie
2004-02-25 16:52 ` Kai Grossjohann
2004-02-25 11:01 Tobias Boonstoppel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877jyb9u2g.fsf@inspiron.nicundtas.de \
    --to=heimdall*removethis*@uni-koblenz.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.