diff options
author | Dmitry Podgorny <pasis.ua@gmail.com> | 2014-04-08 00:45:57 +0300 |
---|---|---|
committer | Dmitry Podgorny <pasis.ua@gmail.com> | 2014-04-08 00:45:57 +0300 |
commit | 73437f2efd4b7a2d70e70ebda1e010d20e472f6b (patch) | |
tree | 7ac16f2d15d428b44c07f058adb855b10bc26b2a | |
parent | ff18572ef0372a01a63eff7baa8e879d8699fd91 (diff) | |
download | profani-tty-73437f2efd4b7a2d70e70ebda1e010d20e472f6b.tar.gz |
Makefile.am: fixed spacing
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 13f2d591..9b17247a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -76,8 +76,8 @@ tests_sources = \ tests/test_preferences.c \ tests/test_server_events.c \ tests/test_muc.c \ - tests/test_cmd_roster.c \ - tests/test_cmd_win.c \ + tests/test_cmd_roster.c \ + tests/test_cmd_win.c \ tests/testsuite.c main_source = src/main.c |