Skip to content
Snippets Groups Projects
Commit 4c9ae050 authored by Tobias Bouschen's avatar Tobias Bouschen
Browse files

Remove tab in if clause

parent 910d4e88
No related branches found
No related tags found
No related merge requests found
......@@ -877,7 +877,7 @@ static inline int determine_next_mode_pb(struct rq *rq)
if (pb->c_entry < pb->size) {
// initial switch
if (pb->mode == PB_DISABLED_MODE && pb->is_initialized) {
if (pb->mode == PB_DISABLED_MODE && pb->is_initialized) {
return PB_EXEC_MODE;
} else {
if (pb->mode == PB_EXEC_MODE) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment