summaryrefslogtreecommitdiffstats
path: root/fastos
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-11-15 12:17:00 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2019-11-15 12:17:00 +0000
commitec90577f70dab04c7d20132559ce77adfc80a1c8 (patch)
tree737b563262ce2d5212489151b71a60437670eb53 /fastos
parent68d2625410cc851ec30d24f450a21e4ef5d96f95 (diff)
White space.
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);