Run clang-format
[junction.git] / junction / QSBR.cpp
index eaab358da9d0a616122b639658ee422431ad868d..b1ed1385e2a8f8d4ede8f657dcc98f0798b2922a 100644 (file)
@@ -94,7 +94,7 @@ void QSBR::flush() {
     // This is like saying that all contexts are quiescent,
     // so we can issue all actions at once.
     // No lock is taken.
-    TURF_RACE_DETECT_GUARD(m_flushRaceDetector);   // There should be no concurrent operations
+    TURF_RACE_DETECT_GUARD(m_flushRaceDetector); // There should be no concurrent operations
     for (ureg i = 0; i < m_pendingActions.size(); i++)
         m_pendingActions[i]();
     m_pendingActions.clear();