Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Sep 18, 2024
1 parent 803088a commit 61e0301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/basic_fuzzer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ size_t roller_fuzz(size_t N) {
}

int main() {
if(std::endian::native == std::endian::big) {
if (std::endian::native == std::endian::big) {
std::cout << "You have big-endian system." << std::endl;
} else {
std::cout << "You have litte-endian system." << std::endl;
Expand Down

0 comments on commit 61e0301

Please sign in to comment.