From e4a258166b838a98e480aad1f66eaf03e41a1593 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Wed, 8 Oct 2014 18:34:13 +0200 Subject: [PATCH] add some more spaces --- pdns/version.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/version.cc b/pdns/version.cc index 7efb4613e4..67bcf0d0ad 100644 --- a/pdns/version.cc +++ b/pdns/version.cc @@ -29,9 +29,9 @@ static ProductType productType; string compilerVersion() { #if defined(__clang__) - return string("clang " __clang_version__); + return string("clang " __clang_version__ ); #elif defined(__GNUC__) - return string("gcc " __VERSION__); + return string("gcc " __VERSION__ ); #else // add other compilers here return string("Unknown compiler"); #endif -- 2.47.2