Skip to content

Commit

Permalink
applied diff
Browse files Browse the repository at this point in the history
Signed-off-by: isubasinghe <[email protected]>
  • Loading branch information
isubasinghe committed Nov 28, 2023
1 parent f0e328d commit 9b3fbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitor/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ static void monitor(void)
cont = true;
}

if(cont == false) {
if (cont == false) {
if (badge < MAX_PDS && pd_names[badge][0] != 0) {
puts("faulting PD: ");
puts(pd_names[badge]);
Expand Down

0 comments on commit 9b3fbd3

Please sign in to comment.