Skip to content

Commit

Permalink
No else after return
Browse files Browse the repository at this point in the history
  • Loading branch information
1Revenger1 committed Jul 12, 2024
1 parent 50e2677 commit d660f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VoodooInput/VoodooInput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ IOReturn VoodooInput::message(UInt32 type, IOService *provider, void *argument)
int VoodooInputGetProductId() {
if (version_major >= kVoodooInputVersionSequoia) {
return kVoodooInputProductMacbookAir10_1;
} else {
return kVoodooInputProductMacbook8_1;
}

return kVoodooInputProductMacbook8_1;
}

0 comments on commit d660f16

Please sign in to comment.