make style-all time again

Recent changes have introduced some style deviations so clean them up.
This commit is contained in:
Kurtis Rader
2017-08-06 16:05:51 -07:00
parent acdb81bbca
commit 975a5bfbde
10 changed files with 57 additions and 68 deletions

View File

@@ -417,6 +417,4 @@ void signal_unblock() {
}
}
bool signal_is_blocked() {
return static_cast<bool>(block_count);
}
bool signal_is_blocked() { return static_cast<bool>(block_count); }