unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#24195: 25.0.95; Wrong indentation after a 'less < than' comparison (c++-mode)
@ 2016-08-10  9:38 Arash
  2016-08-10 22:07 ` Robert Cochran
  2016-08-11 12:14 ` Alan Mackenzie
  0 siblings, 2 replies; 8+ messages in thread
From: Arash @ 2016-08-10  9:38 UTC (permalink / raw)
  To: 24195

$ emacs -Q test.cc

bool test()
{
    return \
        a() <= b() &&
        c() >= d() &&
        e() == f() &&
        g() != h() &&
        i() >  j() &&
        k() <  l() &&
               m() == n() // !!!
        ;
}





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-08-25  1:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-10  9:38 bug#24195: 25.0.95; Wrong indentation after a 'less < than' comparison (c++-mode) Arash
2016-08-10 22:07 ` Robert Cochran
2016-08-11 12:14 ` Alan Mackenzie
2016-08-12 15:26   ` Noam Postavsky
2016-08-12 16:56     ` Andreas Schwab
2016-08-18 12:11       ` npostavs
2016-08-22 11:08         ` Alan Mackenzie
2016-08-25  1:24           ` npostavs

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).