unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Yuan Fu <casouri@gmail.com>
To: Mohammed Sadiq <sadiq@sadiqpk.org>
Cc: 61315@debbugs.gnu.org
Subject: bug#61315: 29.0.60; c-ts-mode: 'else if' block indentation is  broken
Date: Mon, 6 Feb 2023 18:25:19 -0800	[thread overview]
Message-ID: <46379532-1E64-420E-AC7B-C493CA4A4F33@gmail.com> (raw)
In-Reply-To: <0145b4ccc9a881a398a565f577ece234@sadiqpk.org>


Mohammed Sadiq <sadiq@sadiqpk.org> writes:

> The following code indentation is broken:
>
> int
> main(void)
> {
>   if (a)
>     {
>       do_something();
>     }
>   else if (b)
>     {
> 	do_something_else();
>     }
> }
>
> Where do_something_else(); statement is indented more than it should be.
> afair this seems to a recent regression.

This is the indentation I get:

int
main(void)
{
  if (a)
    {
      do_something();
    }
  else if (b)
    {
	  do_something_else();
    }
}

Is that not what it should be?

Yuan





  reply	other threads:[~2023-02-07  2:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-06  6:23 bug#61315: 29.0.60; c-ts-mode: 'else if' block indentation is broken Mohammed Sadiq
2023-02-07  2:25 ` Yuan Fu [this message]
2023-02-07  2:31 ` Yuan Fu

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=46379532-1E64-420E-AC7B-C493CA4A4F33@gmail.com \
    --to=casouri@gmail.com \
    --cc=61315@debbugs.gnu.org \
    --cc=sadiq@sadiqpk.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.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).