mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 09:43:25 +02:00
Whitespace
This commit is contained in:
parent
86a77d4f55
commit
5381be6902
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -2003,4 +2003,4 @@ void EntityItem::globalizeProperties(EntityItemProperties& properties, const QSt
|
|||
}
|
||||
QUuid empty;
|
||||
properties.setParentID(empty);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue