Rename RemoveSpaces->Normalize

This commit is contained in:
Joshua Warner 2024-08-12 22:49:41 -07:00
parent 6835041a61
commit 2d9aa00771
No known key found for this signature in database
GPG key ID: 89AD497003F93FDD
6 changed files with 527 additions and 577 deletions

View file

@ -13,10 +13,10 @@ pub mod header;
pub mod highlight;
pub mod ident;
pub mod keyword;
pub mod normalize;
pub mod number_literal;
pub mod pattern;
pub mod problems;
pub mod remove_spaces;
pub mod src64;
pub mod state;
pub mod string_literal;