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