X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fcollectd.h;h=8fb29455d55798fbc6bd0d832dd6f54b3961845d;hb=408b3fc30cabf109333b2b86caf5edf47f5b82f5;hp=66b485681b223c97c7fda9cc595a16d9616e0494;hpb=ccc4feb9576f520596508418f404beb000fde1aa;p=collectd.git diff --git a/src/daemon/collectd.h b/src/daemon/collectd.h index 66b48568..8fb29455 100644 --- a/src/daemon/collectd.h +++ b/src/daemon/collectd.h @@ -271,7 +271,7 @@ typedef int _Bool; #endif #ifndef COLLECTD_USERAGENT - # define COLLECTD_USERAGENT PACKAGE_NAME"/"PACKAGE_VERSION + # define COLLECTD_USERAGENT PACKAGE_NAME "/" PACKAGE_VERSION #endif /* Only enable __attribute__() for compilers known to support it. */ @@ -294,7 +294,7 @@ typedef int _Bool; # pragma GCC poison strcpy strcat strtok #endif -/* +/* * Special hack for the perl plugin: Because the later included perl.h defines * a macro which is never used, but contains `sprintf', we cannot poison that * identifies just yet. The parl plugin will do that itself once perl.h is