From 15c846a9f1ae87c0acac1ec18c4d945a5463b442 Mon Sep 17 00:00:00 2001 From: "S.Hentges" Date: Mon, 18 May 2020 21:14:47 +0200 Subject: [PATCH] Fix identation --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 00d3aed..d96c36f 100644 --- a/makefile +++ b/makefile @@ -32,8 +32,8 @@ UNITTEST_SOURCES := test/unittest/test_main.cpp test/unittest/shellmatta_utils/test_utils_forwardCursor.cpp \ test/unittest/shellmatta_utils/test_utils_clearInput.cpp \ test/unittest/shellmatta_utils/test_utils_insertChars.cpp \ - test/unittest/shellmatta_utils/test_utils_terminateInput.cpp \ - test/unittest/shellmatta_utils/test_utils_removeChars.cpp \ + test/unittest/shellmatta_utils/test_utils_terminateInput.cpp \ + test/unittest/shellmatta_utils/test_utils_removeChars.cpp \ test/unittest/shellmatta_autocomplete/test_autocomplete_run.cpp \ test/unittest/shellmatta_escape/test_escape_processArrowKeys.cpp \ test/unittest/shellmatta_history/test_appendHistoryByte.cpp \