Skip to content

Commit

Permalink
Run clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
cnyce committed Dec 11, 2024
1 parent c6544d4 commit 15a3d27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion arch/RegisterSet.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ namespace atlas
{
RegId reg_id;

switch (reg->getGroupNum()) {
switch (reg->getGroupNum())
{
case 0:
reg_id.reg_type = RegType::INTEGER;
break;
Expand Down
6 changes: 3 additions & 3 deletions core/AtlasInst.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ namespace atlas
Addr next_pc_;

// Registers
sparta::Register *rs1_;
sparta::Register *rs2_;
sparta::Register *rd_;
sparta::Register* rs1_;
sparta::Register* rs2_;
sparta::Register* rd_;

ActionGroup inst_action_group_;

Expand Down

0 comments on commit 15a3d27

Please sign in to comment.