From 60cb231e6d923de13479a6123237f92d5091aaee Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 20 Dec 2011 15:38:21 -0500 Subject: [PATCH] Fixed an indentation --- citadel/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citadel/configure.ac b/citadel/configure.ac index 0ac40df44..b5ba64255 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -625,7 +625,7 @@ AC_TRY_RUN([ if (ev_version_major() >= 4) { exit(0); } - exit(1); + exit(1); } ], [ -- 2.30.2