Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JucanAndreiDaniel authored and lmichaelis committed Jul 27, 2023
1 parent 175c1e6 commit a9eef06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ int32_t pxVmInstanceItemGetMainFlag(PxVmInstance const* instance) {
return RCC(phoenix::c_item, instance)->main_flag;
}

uint32_t pxVmInstanceItemGetFlags(PxVmInstance const* instance){
uint32_t pxVmInstanceItemGetFlags(PxVmInstance const* instance) {
return RCC(phoenix::c_item, instance)->flags;
}

Expand Down

0 comments on commit a9eef06

Please sign in to comment.