Reflow monkey code, it was annoying me too much

This commit is contained in:
Daniel Silverstone 2017-06-09 22:04:58 +01:00
parent 7272b59458
commit fe9104096f
12 changed files with 824 additions and 832 deletions

View File

@ -307,7 +307,6 @@ static void monkey_run(void)
}
}
}
}
int

View File

@ -214,10 +214,3 @@ void monkey_schedule_list(void)
cur_nscb = cur_nscb->next;
}
}
/*
* Local Variables:
* c-basic-offset:2
* End:
*/