diff options
author | Bertrand Lorentz <bertrand.lorentz@gmail.com> | 2011-02-11 18:26:58 +0100 |
---|---|---|
committer | Bertrand Lorentz <bertrand.lorentz@gmail.com> | 2011-02-13 20:04:29 +0100 |
commit | d1120e34bcecd3bf55276a678156ad878557f3ff (patch) | |
tree | 1c4d22a21c26d242a816e9e0f4b94a13e7c1fbfe /build/m4 | |
parent | 2c01f1e73899a309b6d424daedfed25845dc9053 (diff) |
build: Fix code formatting in nunit.m4
Diffstat (limited to 'build/m4')
-rw-r--r-- | build/m4/shamrock/nunit.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/m4/shamrock/nunit.m4 b/build/m4/shamrock/nunit.m4 index 4d57d0078..1b70f4f51 100644 --- a/build/m4/shamrock/nunit.m4 +++ b/build/m4/shamrock/nunit.m4 @@ -23,7 +23,8 @@ AC_DEFUN([SHAMROCK_CHECK_NUNIT], AM_CONDITIONAL(ENABLE_TESTS, test "x$do_tests" = "xyes") if test "x$do_tests" = "xno"; then - AC_MSG_WARN([Could not find nunit: tests will not be available]) fi + AC_MSG_WARN([Could not find nunit: tests will not be available]) + fi fi fi ]) |