clang-format set column width to 100 chars
This commit is contained in:
@@ -7,6 +7,4 @@ void spin_lock (spin_lock_t* sl) {
|
||||
spin_lock_relax ();
|
||||
}
|
||||
|
||||
void spin_unlock (spin_lock_t* sl) {
|
||||
atomic_flag_clear_explicit (sl, memory_order_release);
|
||||
}
|
||||
void spin_unlock (spin_lock_t* sl) { atomic_flag_clear_explicit (sl, memory_order_release); }
|
||||
|
||||
Reference in New Issue
Block a user