diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2024-11-05 16:51:02 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2024-11-05 16:51:02 +0100 |
| commit | b77a6aa6a91a953472be982eaade0c2dc376e2fe (patch) | |
| tree | 741ffe49f5f04e7b86b0603208f8024baff10b3c /dev/ZKAKit/KernelKit/LoaderInterface.h | |
| parent | c827d14a66eedcc501a6563aa1912a3cfc31a8ae (diff) | |
IMP: Ran format command.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKAKit/KernelKit/LoaderInterface.h')
| -rw-r--r-- | dev/ZKAKit/KernelKit/LoaderInterface.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/ZKAKit/KernelKit/LoaderInterface.h b/dev/ZKAKit/KernelKit/LoaderInterface.h index 7f759ac3..f28e88b7 100644 --- a/dev/ZKAKit/KernelKit/LoaderInterface.h +++ b/dev/ZKAKit/KernelKit/LoaderInterface.h @@ -25,9 +25,9 @@ namespace Kernel 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; }; |
