Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
mars-risc0 committed Sep 9, 2024
1 parent 4f557f7 commit 6ebf7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zirgen/compiler/tools/zirgen-r1cs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void emitLang(llvm::StringRef langName,
zirgen::codegen::CodegenOptions codegenOpts;
codegenOpts.lang = lang;
if (path.empty()) {
llvm::raw_ostream &output = llvm::outs();
llvm::raw_ostream& output = llvm::outs();
zirgen::codegen::CodegenEmitter emitter(codegenOpts, &output, module.getContext());
emitter.emitModule(module);
} else {
Expand Down

0 comments on commit 6ebf7f1

Please sign in to comment.