From 5381be6902b8fd774ba953e87610d9e098c6d7b9 Mon Sep 17 00:00:00 2001 From: howard-stearns Date: Tue, 29 Mar 2016 17:06:19 -0700 Subject: [PATCH] Whitespace --- interface/src/Application.cpp | 3 +-- libraries/entities/src/EntityItem.cpp | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 8285d92004..4f1dfe77f3 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -270,7 +270,7 @@ public: void run() override { while (!_quit) { QThread::sleep(HEARTBEAT_UPDATE_INTERVAL_SECS); -/* fixme + uint64_t lastHeartbeat = _heartbeat; // sample atomic _heartbeat, because we could context switch away and have it updated on us uint64_t now = usecTimestampNow(); auto lastHeartbeatAge = (now > lastHeartbeat) ? now - lastHeartbeat : 0; @@ -319,7 +319,6 @@ public: deadlockDetectionCrash(); } #endif - */ } } diff --git a/libraries/entities/src/EntityItem.cpp b/libraries/entities/src/EntityItem.cpp index 6a016720d8..431d638063 100644 --- a/libraries/entities/src/EntityItem.cpp +++ b/libraries/entities/src/EntityItem.cpp @@ -2003,4 +2003,4 @@ void EntityItem::globalizeProperties(EntityItemProperties& properties, const QSt } QUuid empty; properties.setParentID(empty); -} \ No newline at end of file +}