Skip to content

Commit eb3f213

Browse files
Fix clang formatting issue (llvm#69)
This patch fixes a clang-formatting issue introduced in a previous patch.
1 parent 67c86b5 commit eb3f213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gematria/datasets/convert_bhive_to_llvm_exegesis_input.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ int main(int argc, char* argv[]) {
248248

249249
// Check for errors.
250250
if (!proto.ok()) {
251-
std::cerr << "Failed to disassemble block '" << hex << "': "
252-
<< proto.status() << "\n";
251+
std::cerr << "Failed to disassemble block '" << hex
252+
<< "': " << proto.status() << "\n";
253253
continue;
254254
}
255255

0 commit comments

Comments
 (0)