diff options
Diffstat (limited to 'test/src/indent-tests.el')
-rw-r--r-- | test/src/indent-tests.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/src/indent-tests.el b/test/src/indent-tests.el index 6a3f1a5c95f..6cfe64c07e4 100644 --- a/test/src/indent-tests.el +++ b/test/src/indent-tests.el @@ -57,3 +57,5 @@ (move-to-column 12 t) (buffer-substring-no-properties 1 14)) "\txxx \tLine"))) + +;;; indent-tests.el ends here |