remove trailing whitespace

This commit is contained in:
Daniel Micay 2024-10-12 03:23:03 -04:00
parent e03579253a
commit b1d9571fec
2 changed files with 3 additions and 3 deletions

View file

@ -346,6 +346,6 @@ int main(int argc, char **argv) {
test_fn();
do_context_switch();
return 0;
}