run.sh: fixup run script
[model-checker.git] / clockvector.cc
index 88ea6fdfcf7cc73a8b99239e9128180883ca55bb..6c6e2fa579e606377ec45bed18bddac8d357cbb8 100644 (file)
@@ -84,10 +84,7 @@ bool ClockVector::synchronized_since(const ModelAction *act) const
        return false;
 }
 
-/** 
- * Gets the clock corresponding to a given thread id from the clock
- * vector. */
-
+/** Gets the clock corresponding to a given thread id from the clock vector. */
 modelclock_t ClockVector::getClock(thread_id_t thread) {
        int threadid = id_to_int(thread);