Make XCI comply to review and style guidelines

This commit is contained in:
Zach Hilman 2018-07-28 21:39:42 -04:00
parent 22342487e8
commit 239a3113e4
16 changed files with 223 additions and 482 deletions

View file

@ -3,9 +3,10 @@
// Refer to the license.txt file included.
#pragma once
#include "core/file_sys/vfs.h"
namespace Crypto {
namespace Core::Crypto {
// Basically non-functional class that implements all of the methods that are irrelevant to an
// EncryptionLayer. Reduces duplicate code.
@ -27,4 +28,4 @@ protected:
FileSys::VirtualFile base;
};
} // namespace Crypto
} // namespace Core::Crypto