Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Dargelas committed Nov 21, 2024
1 parent dc9d61e commit 97f5ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/verific/verific.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3011,7 +3011,7 @@ std::string verific_import(Design *design, const std::map<std::string,std::strin
verific_params.Insert(i.first.c_str(), i.second.c_str());

#ifdef VERIFIC_LINEFILE_INCLUDES_LOOPS
VeriLibrary* veri_lib = veri_file::GetLibrary("work", 1);
VeriLibrary* veri_lib = veri_file::GetLibrary("work", 1);
// Decorate AST with loop scope id
VeriModule *module;
MapIter mi;
Expand Down

0 comments on commit 97f5ef2

Please sign in to comment.