From 72b030c0495837191ea360e71fd6c786ec063edc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Fri, 7 Nov 2014 14:04:58 +0100
Subject: [PATCH] gnu: cppunit: Add missing space in description.

* gnu/packages/check.scm (cppunit)[description]: Add missing space.
---
 gnu/packages/check.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 6cbff6f5fde..399af2c0c2f 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -64,7 +64,7 @@ (define-public cppunit
     (home-page "http://sourceforge.net/projects/cppunit/")
     (synopsis "Unit testing framework for C++")
     (description "CppUnit is the C++ port of the famous JUnit framework for
-unit testing. Test output is in XML for automatic testing and GUI based for
+unit testing.  Test output is in XML for automatic testing and GUI based for
 supervised tests.")
     (license lgpl2.1))) ; no copyright notices. LGPL2.1 is in the tarball
 
-- 
GitLab