From 31b6ce0b58280a23976a9d9b31f8dea3377242eb Mon Sep 17 00:00:00 2001 From: jakcron Date: Mon, 30 Jul 2018 04:43:17 +0800 Subject: [PATCH] [nstool] Remove unneeded white space. --- programs/nstool/source/nstool.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/programs/nstool/source/nstool.h b/programs/nstool/source/nstool.h index 9c5f6c9..b94521d 100644 --- a/programs/nstool/source/nstool.h +++ b/programs/nstool/source/nstool.h @@ -64,9 +64,6 @@ struct sOptional struct sKeyset { crypto::rsa::sRsa2048Key acid_sign_key; - - - crypto::aes::sAes128Key package1_key[kMasterKeyNum]; crypto::rsa::sRsa2048Key package2_sign_key; crypto::aes::sAes128Key package2_key[kMasterKeyNum];