remzi-arpacidusseau / ostep-homework

1.99k stars 959 forks source link

Fix stdout strings by adding spaces #25

Closed cavcrosby closed 3 years ago

cavcrosby commented 3 years ago

Simply to unglue some of the words caught together without spacing.

For example, when running the 'process-run.py' with --switch=SWITCH_ON_IO and --iodone=IO_RUN_LATER, the output would have been as followed:

...

Important behaviors:
  System will switch whenthe current process is FINISHED or ISSUES AN IO
  After IOs, the process issuing the IO willrun LATER (when it is its turn)
remzi-arpacidusseau commented 3 years ago

(I think someone else's patch fixed this - thanks!)