summaryrefslogtreecommitdiffstats
path: root/metrics
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-08-12 22:35:37 +0200
committerHenning Baldersheim <balder@oath.com>2018-08-12 22:35:37 +0200
commitbd7421d6b4cbf27f6d67d37f68212541f2aefcf4 (patch)
treea281a8b30cecbe1d5047a1f1404ecd41105f1d65 /metrics
parentd38b49ddb881a67250ed738382d1ff72283cd45b (diff)
Remove whitespace
Diffstat (limited to 'metrics')
-rw-r--r--metrics/src/vespa/metrics/metricmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/metrics/src/vespa/metrics/metricmanager.cpp b/metrics/src/vespa/metrics/metricmanager.cpp
index 2e87f26badb..b8255a6532f 100644
--- a/metrics/src/vespa/metrics/metricmanager.cpp
+++ b/metrics/src/vespa/metrics/metricmanager.cpp
@@ -189,7 +189,7 @@ namespace {
struct Path {
vespalib::StringTokenizer _path;
- Path(vespalib::stringref fullpath) : _path(fullpath, ".") { }
+ Path(vespalib::stringref fullpath) : _path(fullpath, ".") { }
vespalib::string toString() const {
vespalib::asciistream ost;