* 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.
This commit is contained in:
Mattias Engdegård 2023-08-05 18:22:07 +02:00
parent 1fc95b23a6
commit 1bf92d9195

View file

@ -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;
=-=-=