From c40aadfea41015548f5cbbb4590c4b8c03c8c842 Mon Sep 17 00:00:00 2001 From: David Kelly Date: Mon, 5 Dec 2016 17:13:12 -0800 Subject: [PATCH] whitespace --- interface/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 9178a248ef..1bde51d6cc 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -586,7 +586,7 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo FingerprintUtils::getMachineFingerprint(); // End TODO auto nodeList = DependencyManager::get(); - + // Set up a watchdog thread to intentionally crash the application on deadlocks _deadlockWatchdogThread = new DeadlockWatchdogThread(); _deadlockWatchdogThread->start();