Skip to content

Commit

Permalink
Fix clang formatting issue (#69)
Browse files Browse the repository at this point in the history
This patch fixes a clang-formatting issue introduced in a previous patch.
  • Loading branch information
boomanaiden154 authored Mar 11, 2024
1 parent 67c86b5 commit eb3f213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gematria/datasets/convert_bhive_to_llvm_exegesis_input.cc
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ int main(int argc, char* argv[]) {

// Check for errors.
if (!proto.ok()) {
std::cerr << "Failed to disassemble block '" << hex << "': "
<< proto.status() << "\n";
std::cerr << "Failed to disassemble block '" << hex
<< "': " << proto.status() << "\n";
continue;
}

Expand Down

0 comments on commit eb3f213

Please sign in to comment.