summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/CFKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-08-21 15:19:01 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-08-21 15:19:01 +0200
commitb6ce3d25357b4e01daf212a955a6093133bc2fe4 (patch)
treeffbcf391bf186ee0c75dc982cd36da070a5159cb /dev/kernel/CFKit
parent738833a0470ce93b7809ca4bdea253677f27fb57 (diff)
feat: Reworked `hefsi_hash_64` to follow the codebase's conventions.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/kernel/CFKit')
-rw-r--r--dev/kernel/CFKit/Property.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/kernel/CFKit/Property.h b/dev/kernel/CFKit/Property.h
index e872896d..7fc9bf07 100644
--- a/dev/kernel/CFKit/Property.h
+++ b/dev/kernel/CFKit/Property.h
@@ -32,9 +32,9 @@ class Property {
Property& operator=(const Property&) = default;
Property(const Property&) = default;
- BOOL StringEquals(BasicKString<>& name);
- PropertyId& GetValue();
- BasicKString<>& GetKey();
+ BOOL StringEquals(BasicKString<>& name);
+ PropertyId& GetValue();
+ BasicKString<>& GetKey();
private:
KString fName{kMaxPropLen};