diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-09-02 10:06:13 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-09-02 10:06:13 +0200 |
| commit | b3888ff9e2c18da6b73a57f453f7ad36fea61b7b (patch) | |
| tree | 1c2c6da3f8fba030222f7505f73a104eaf9e17cf /dev/ZBA/BootKit/Thread.hxx | |
| parent | 9b7082353e9f7bd4d3ae077959de553f437316db (diff) | |
[ META ] Update formating.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZBA/BootKit/Thread.hxx')
| -rw-r--r-- | dev/ZBA/BootKit/Thread.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/ZBA/BootKit/Thread.hxx b/dev/ZBA/BootKit/Thread.hxx index 3946f6eb..558dc9f0 100644 --- a/dev/ZBA/BootKit/Thread.hxx +++ b/dev/ZBA/BootKit/Thread.hxx @@ -22,7 +22,7 @@ namespace Boot { public: explicit BThread() = delete; - ~BThread() = default; + ~BThread() = default; explicit BThread(Kernel::VoidPtr blob); @@ -32,10 +32,10 @@ namespace Boot void Start(HEL::HandoverInformationHeader* handover); const char* GetName(); void SetName(const char* name); - bool IsValid(); + bool IsValid(); private: - Char fBlobName[255] = { "BootThread" }; + Char fBlobName[255] = {"BootThread"}; VoidPtr fStartAddress{nullptr}; VoidPtr fBlob{nullptr}; }; |
