Mostly removing leading 'tab' characters, splitting long lines and realigning '=' characters where appropriate. Also make a few more objects 'const'. Finally, don't copy large objects (e.g., the Schedule) when we only need to read from it.
Mostly removing leading 'tab' characters, splitting long lines and realigning '=' characters where appropriate. Also make a few more objects 'const'. Finally, don't copy large objects (e.g., the Schedule) when we only need to read from it.