From: Mattias EngdegÄrd Date: Sat, 5 Aug 2023 16:22:07 +0000 (+0200) Subject: * test/lisp/align-resources/c-mode.erts: Make test agree with Emacs X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1bf92d91950271c497675d3a7dc418fc6bf75175;p=emacs.git * test/lisp/align-resources/c-mode.erts: Make test agree with Emacs This eliminates a failure in align-tests. There doesn't seem to be anything obviously wrong with Emacs's behaviour in this case. --- diff --git a/test/lisp/align-resources/c-mode.erts b/test/lisp/align-resources/c-mode.erts index ecdff507103..a28c2bdbed0 100644 --- a/test/lisp/align-resources/c-mode.erts +++ b/test/lisp/align-resources/c-mode.erts @@ -17,7 +17,7 @@ Name: example from Commentary short foo = 2; double blah = 4; =-= - int a = 1; - short foo = 2; - double blah = 4; + int a = 1; + short foo = 2; + double blah = 4; =-=-=