Skip to content

Commit

Permalink
Merge pull request #3954 from Sonicadvance1/fix_missing_comment
Browse files Browse the repository at this point in the history
HostFeatures: fix clang reformat constantly with missing comment
  • Loading branch information
Sonicadvance1 authored Aug 14, 2024
2 parents aa5d2ff + 30dd5f5 commit 86e5e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Common/HostFeatures.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
namespace FEX {
FEXCore::HostFeatures FetchHostFeatures(vixl::CPUFeatures Features, bool SupportsCacheMaintenanceOps, uint64_t CTR, uint64_t MIDR);
FEXCore::HostFeatures FetchHostFeatures();
}
} // namespace FEX

0 comments on commit 86e5e1a

Please sign in to comment.