From b6ce3d25357b4e01daf212a955a6093133bc2fe4 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 21 Aug 2025 15:19:01 +0200 Subject: feat: Reworked `hefsi_hash_64` to follow the codebase's conventions. Signed-off-by: Amlal El Mahrouss --- dev/kernel/CFKit/Property.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/kernel/CFKit') 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}; -- cgit v1.2.3