bug-bash
[Top][All Lists]
Advanced

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

Re: recent typo in sig.c breaks Minix compilation


From: Martin D Kealey
Subject: Re: recent typo in sig.c breaks Minix compilation
Date: Sun, 20 Oct 2024 01:41:06 +1000

On Sat, 19 Oct 2024, 15:05 Oğuz, <oguzismailuysal@gmail.com> wrote:

>
> #ifdef FOO
> if (foo && zot)
> #else
> if (bar && zot)
> #endif
> {
>

That's fine for the editors, but it's still a problem for "indent", as it
produces nested indentation:

#ifdef FOO
  if (foo && zot)
#else
    if (bar && zot)
#endif
      { …


reply via email to

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