From 1bf92d91950271c497675d3a7dc418fc6bf75175 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Sat, 5 Aug 2023 18:22:07 +0200 Subject: [PATCH] * 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. --- test/lisp/align-resources/c-mode.erts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; =-=-= -- 2.39.2