From 55274224d1e663857857f9bd8513baa2f5e417c8 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 16 Jul 2023 15:38:57 -0700 Subject: fix indentation --- src/protected_mode/display.rs | 4 ++-- 1 file 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", -- cgit v1.1