summaryrefslogtreecommitdiffstats
path: root/fastos
diff options
context:
space:
mode:
Diffstat (limited to 'fastos')
-rw-r--r--fastos/src/vespa/fastos/timestamp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastos/src/vespa/fastos/timestamp.h b/fastos/src/vespa/fastos/timestamp.h
index de66207c59f..73f289cae9b 100644
--- a/fastos/src/vespa/fastos/timestamp.h
+++ b/fastos/src/vespa/fastos/timestamp.h
@@ -74,7 +74,7 @@ public:
StopWatch & start();
StopWatch & stop();
-
+
TimeStamp elapsed() const {
TimeStamp diff(_stopTime - _startTime);
return (diff > 0) ? diff : TimeStamp(0);