summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/util/execution_profiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/vespa/vespalib/util/execution_profiler.h b/vespalib/src/vespa/vespalib/util/execution_profiler.h
index d69bd5ffa1a..a3fd3ae5f75 100644
--- a/vespalib/src/vespa/vespalib/util/execution_profiler.h
+++ b/vespalib/src/vespa/vespalib/util/execution_profiler.h
@@ -40,7 +40,7 @@ private:
std::vector<vespalib::string> _names;
vespalib::hash_map<vespalib::string,size_t> _name_map;
std::unique_ptr<Impl> _impl;
-
+
public:
ExecutionProfiler(int32_t profile_depth);
~ExecutionProfiler();