[Maintenance] Fix any whitespace issues in our own code

This commit is contained in:
nmlgc 2015-09-07 15:44:02 +02:00
parent 14e69ceb6d
commit 43001161e3
23 changed files with 55 additions and 55 deletions

View File

@ -26,8 +26,8 @@
; The TH03 version improves upon the original by preloading all pfHeader ; The TH03 version improves upon the original by preloading all pfHeader
; structures of an archive on pfstart(). In doing this, seeking to the ; structures of an archive on pfstart(). In doing this, seeking to the
; desired file becomes much more efficient and the SEEK function can be ; desired file becomes much more efficient and the SEEK function can be
; eliminated entirely. For some reason, It also saw fit to reduce the ; eliminated entirely. It also saw fit to reduce the size fields in
; size fields in pfHeader to 16-bit for some reason. ; pfHeader to 16-bit for some reason.
; ;
; TH05 further optimizes the implementation by using 32-bit registers ; TH05 further optimizes the implementation by using 32-bit registers
; and instructions where possible, and removing unnecessary instructions ; and instructions where possible, and removing unnecessary instructions