Run clang-format and cargo fmt

This commit is contained in:
losfair
2019-08-14 16:35:40 -07:00
parent 0e0573c73c
commit 98ef9182d7
4 changed files with 137 additions and 141 deletions

View File

@ -4,9 +4,7 @@
use crate::emitter_x64::*;
use crate::machine::*;
use crate::protect_unix;
use dynasmrt::{
x64::Assembler, AssemblyOffset, DynamicLabel, DynasmApi, DynasmLabelApi,
};
use dynasmrt::{x64::Assembler, AssemblyOffset, DynamicLabel, DynasmApi, DynasmLabelApi};
use smallvec::SmallVec;
use std::ptr::NonNull;
use std::{