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

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

bug#61315: 29.0.60; c-ts-mode: 'else if' block indentation is broken


From: Mohammed Sadiq
Subject: bug#61315: 29.0.60; c-ts-mode: 'else if' block indentation is broken
Date: Mon, 06 Feb 2023 11:53:55 +0530

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.


In GNU Emacs 29.0.60 (build 14, x86_64-pc-linux-gnu, GTK+ Version
 3.24.36, cairo version 1.16.0) of 2023-02-06 built on purism
Repository revision: 79ab62e0bb5d6185a358a2473c65b6461ea97793
Repository branch: emacs-29
Windowing system distributor 'The X.Org Foundation', version 11.0.12101006
System Description: Debian GNU/Linux bookworm/sid





reply via email to

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