summaryrefslogtreecommitdiffhomepage
path: root/Kernel/KernelKit/PEFCodeManager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/KernelKit/PEFCodeManager.hxx')
-rw-r--r--Kernel/KernelKit/PEFCodeManager.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/Kernel/KernelKit/PEFCodeManager.hxx b/Kernel/KernelKit/PEFCodeManager.hxx
index 32ebfe8e..1faecb5e 100644
--- a/Kernel/KernelKit/PEFCodeManager.hxx
+++ b/Kernel/KernelKit/PEFCodeManager.hxx
@@ -47,10 +47,10 @@ namespace NewOS
private:
OwnPtr<FileStream<Char>> fFile;
- Ref<StringView> fPath;
- VoidPtr fCachedBlob;
- bool fFatBinary;
- bool fBad;
+ Ref<StringView> fPath;
+ VoidPtr fCachedBlob;
+ bool fFatBinary;
+ bool fBad;
};
namespace Utils