Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
stuxnot committed Oct 18, 2023
1 parent 2cb1c0c commit 9a1f642
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/nyxstone.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -475,9 +475,7 @@ void Nyxstone::disassemble_impl(
}

bool Nyxstone::Instruction::operator==(const Instruction& other) const {
return address == other.address &&
assembly == other.assembly &&
bytes == other.bytes;
return address == other.address && assembly == other.assembly && bytes == other.bytes;
}

/// Detects all ARM Thumb architectures. LLVM doesn't seem to have a short way to check this.
Expand Down

0 comments on commit 9a1f642

Please sign in to comment.