aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorArne H Juul <arnej27959@users.noreply.github.com>2023-01-24 02:43:44 +0100
committerGitHub <noreply@github.com>2023-01-24 02:43:44 +0100
commit12381612a7e5a0f30d76dfd56c92ac7ecd1e551e (patch)
treed1d26ef5c2507f0259a1969154d30532e00d58f3 /vespalib
parent0c6c77b803e233d14667741baf10b6ae0deb532b (diff)
parentd29f85adec4a26af5f6b7e96f6f6e21d00807115 (diff)
Merge pull request #25690 from vespa-engine/arnej/some-whitespace-fixups
remove some whitespace at end of lines
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();