]> granicus.if.org Git - pdns/commitdiff
add some more spaces
authorbert hubert <bert.hubert@netherlabs.nl>
Wed, 8 Oct 2014 16:34:13 +0000 (18:34 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Wed, 8 Oct 2014 16:34:13 +0000 (18:34 +0200)
pdns/version.cc

index 7efb4613e4c754493e60ef62ee70de64b392fd98..67bcf0d0adadf4c0d17f5f244092a6a467c0954b 100644 (file)
@@ -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