summaryrefslogtreecommitdiffstats
path: root/src/pcp/openlmi-pcp-generate.in
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2014-01-16 15:10:26 +0100
committerPeter Schiffer <pschiffe@redhat.com>2014-01-16 15:10:26 +0100
commit97d3041f1e38dfcc931d0e495c0e1c66497cf09c (patch)
treed56f207fb9ca08a4eccfbd406b609ae4402e5c5a /src/pcp/openlmi-pcp-generate.in
parent785bc9bf7e4ba5ba60477fd09974377c4cf48b10 (diff)
downloadopenlmi-providers-97d3041f1e38dfcc931d0e495c0e1c66497cf09c.tar.gz
openlmi-providers-97d3041f1e38dfcc931d0e495c0e1c66497cf09c.tar.xz
openlmi-providers-97d3041f1e38dfcc931d0e495c0e1c66497cf09c.zip
Remove trailing spaces
This patch removes trailing spaces from source files.
Diffstat (limited to 'src/pcp/openlmi-pcp-generate.in')
-rw-r--r--src/pcp/openlmi-pcp-generate.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcp/openlmi-pcp-generate.in b/src/pcp/openlmi-pcp-generate.in
index 088242e..2b2b5d3 100644
--- a/src/pcp/openlmi-pcp-generate.in
+++ b/src/pcp/openlmi-pcp-generate.in
@@ -66,7 +66,7 @@ if [ -s $PCP_PMNS -a $PCP_PMNS -nt $STAMPFILE ]; then
fi
echo Generating $MOFFILE
- pminfo -h $PCP_HOST | sed -e 's,\.,__,g' |
+ pminfo -h $PCP_HOST | sed -e 's,\.,__,g' |
awk '{print "class PCP_Metric_" $1 " : PCP_MetricValue { } ;" }' > $MOFFILE
echo Generating $REGFILE