diff options
author | iximeow <me@iximeow.net> | 2023-07-16 15:38:57 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2023-07-16 15:38:57 -0700 |
commit | 55274224d1e663857857f9bd8513baa2f5e417c8 (patch) | |
tree | f23854a1f67b9c8938aecb9c56aa3f05a623c974 /src/protected_mode/display.rs | |
parent | d8bcb46f404a613de1801f07deeecbd91ce1b44e (diff) |
fix indentation
Diffstat (limited to 'src/protected_mode/display.rs')
-rw-r--r-- | src/protected_mode/display.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/protected_mode/display.rs b/src/protected_mode/display.rs index 4d207ac..55cab9e 100644 --- a/src/protected_mode/display.rs +++ b/src/protected_mode/display.rs @@ -1356,12 +1356,12 @@ const MNEMONICS: &[&'static str] = &[ "fyl2x", "fyl2xp1", - "loopnz", + "loopnz", "loopz", "loop", "jecxz", - "pusha", + "pusha", "popa", "bound", "arpl", |