mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-02-17 14:40:31 +00:00
Format Rust code using rustfmt
This commit is contained in:
parent
196949d499
commit
fdd20b9dd2
1 changed files with 185 additions and 190 deletions
|
@ -52,12 +52,7 @@ struct Sha256Hash {
|
|||
|
||||
extern "C" {
|
||||
#[link_name = "\u{1}_ZN2nn6crypto18GenerateSha256HashEPvmPKvm"]
|
||||
pub fn GenerateSha256Hash(
|
||||
arg1: *mut c_void,
|
||||
arg2: u64,
|
||||
arg3: *const c_void,
|
||||
arg4: u64,
|
||||
);
|
||||
pub fn GenerateSha256Hash(arg1: *mut c_void, arg2: u64, arg3: *const c_void, arg4: u64);
|
||||
}
|
||||
|
||||
impl Event {
|
||||
|
|
Loading…
Reference in a new issue