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

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

bug#61291: 29.0.60; c-ts-mode: semi-colon after conditionals/loops not


From: Yuan Fu
Subject: bug#61291: 29.0.60; c-ts-mode: semi-colon after conditionals/loops not indented
Date: Sun, 5 Feb 2023 15:22:26 -0800

Mohammed Sadiq <sadiq@sadiqpk.org> writes:

> ; in the following code is not indented:
>
> while (str_a[i++] == str_b[j++])
> ;
>
> expected indentation:
>
> while (str_a[i++] == str_b[j++])
>   ;

Thanks! I pushed a fix.

Yuan





reply via email to

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