All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alfred M. Szmidt" <ams@gnu.org>
To: The development of GRUB 2 <grub-devel@gnu.org>
Cc: grub-devel@gnu.org
Subject: Re: Proposal for GNU indent compatibility
Date: Sun, 21 Jun 2009 07:41:58 -0400	[thread overview]
Message-ID: <E1MILQs-000888-Db@fencepost.gnu.org> (raw)
In-Reply-To: <20090621112536.GF27710@thorin> (message from Robert Millan on Sun, 21 Jun 2009 13:25:36 +0200)

   > In order to encourage developers to use proper indentation on the
   > newly added code, I suggest that we accept the default style of
   > GNU indent.  That is, the space after "!" should not be needed.
   > That's the only difference I'm aware of.

   What does GCS say about spaces after "!"?

It doesn't say anything on the topic.  But it has a single example
relating to gnulib where there is a space used after !.

| #include "error.h"
| #include <errno.h>
| #include <stdio.h>

| char *program_name = "myprogram";

| FILE *
| xfopen (char const *name)
| {
|   FILE *fp = fopen (name, "r");
|   if (! fp)
|     error (1, errno, "cannot read %s", name);
|  return fp;
| }



  reply	other threads:[~2009-06-21 11:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-19 16:37 Proposal for GNU indent compatibility Pavel Roskin
2009-06-19 17:01 ` Vladimir 'phcoder' Serbinenko
2009-06-19 21:52   ` Pavel Roskin
2009-06-21 11:25 ` Robert Millan
2009-06-21 11:41   ` Alfred M. Szmidt [this message]
2009-07-31  8:03 ` Marco Gerards

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=E1MILQs-000888-Db@fencepost.gnu.org \
    --to=ams@gnu.org \
    --cc=grub-devel@gnu.org \
    /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.
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.