From 2191c94336255e4d8ca2b09f7b2221f43d65af69 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Sun, 7 Feb 2010 20:56:57 +0000 Subject: Remove an extra space. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@245268 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main') diff --git a/main/test.c b/main/test.c index ed48042dc..c4b023f37 100644 --- a/main/test.c +++ b/main/test.c @@ -373,7 +373,7 @@ static int test_generate_results(const char *name, const char *category, const c /* * http://confluence.atlassian.com/display/BAMBOO/JUnit+parsing+in+Bamboo */ - fprintf(f_xml, "\n"); + fprintf(f_xml, "\n"); fprintf(f_xml, "\n", last_results.total_time / 1000, last_results.total_time % 1000, -- cgit v1.2.3