Videocore: Address Feedback & CLANG Format.

This commit is contained in:
Fernando Sahmkow
2021-07-04 18:28:20 +02:00
parent 0e4d4b4beb
commit 35327dbde3
2 changed files with 74 additions and 77 deletions

View File

@@ -468,7 +468,7 @@ private:
const u64 current_word = state_words[word_index] & bits;
if (clear) {
state_words[word_index] &= ~bits;
state_words[word_index] &= ~bits;
}
if constexpr (type == Type::CPU) {