mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Almost all the code in the blog uses spaces instead of tabs. This change fixes 3 places where there was inconsistancy. This was causing some of the content to appear misaligned. Now tabs are only used in: - Makefiles - Dockerfiles - Command output (from `objdump` and `diff`) containing tabs - `.fish` files