summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/KernelKit/LoaderInterface.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-03 06:05:26 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-03 06:05:26 +0100
commitbdfc8770e68da75c20e4127a9dd10f8a7c36810d (patch)
tree9c451f9109b9992ef595bd77b63d187ffcb6d86a /dev/Kernel/KernelKit/LoaderInterface.h
parent6249f2078e0c024dc2cd52436ba11baf6f70bc2a (diff)
ADD: Format source code and define __wm_msg struct (public version)
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/KernelKit/LoaderInterface.h')
-rw-r--r--dev/Kernel/KernelKit/LoaderInterface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/Kernel/KernelKit/LoaderInterface.h b/dev/Kernel/KernelKit/LoaderInterface.h
index fb17176e..b81dfa16 100644
--- a/dev/Kernel/KernelKit/LoaderInterface.h
+++ b/dev/Kernel/KernelKit/LoaderInterface.h
@@ -25,9 +25,9 @@ namespace NeOS
public:
virtual _Output ErrorOr<VoidPtr> GetBlob() = 0;
- virtual _Output const Char* AsString() = 0;
- virtual _Output const Char* MIME() = 0;
- virtual _Output const Char* Path() = 0;
+ virtual _Output const Char* AsString() = 0;
+ virtual _Output const Char* MIME() = 0;
+ virtual _Output const Char* Path() = 0;
virtual _Output ErrorOr<VoidPtr> FindStart() = 0;
virtual _Output VoidPtr FindSymbol(_Input const Char* name, _Input Int32 kind) = 0;
};