diff options
| author | Tianhao Wang <wth@riseup.net> | 2024-01-30 02:33:26 +0100 |
|---|---|---|
| committer | Tianhao Wang <wth@riseup.net> | 2024-01-30 02:33:26 +0100 |
| commit | 5232a899ca7537a4493a7fbd1bd8e03287ff1e26 (patch) | |
| tree | 87ded44101daa8832ad264996bde74160ab2db93 /src/machine/mod.rs | |
| parent | 553657a0b527ae8ce09ac628da6122fbdd57157b (diff) | |
formatting code, use tab identation -- before it's too late
Diffstat (limited to 'src/machine/mod.rs')
| -rw-r--r-- | src/machine/mod.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/machine/mod.rs b/src/machine/mod.rs index f272509..70660ce 100644 --- a/src/machine/mod.rs +++ b/src/machine/mod.rs @@ -1,5 +1,5 @@ pub mod cgascr; -pub mod mem; -pub mod keyctrl; -pub mod key; mod kbd_defs; +pub mod key; +pub mod keyctrl; +pub mod mem; |
