summaryrefslogtreecommitdiffhomepage
path: root/Private/CFKit/GUIDWizard.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Private/CFKit/GUIDWizard.hpp')
-rw-r--r--Private/CFKit/GUIDWizard.hpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/Private/CFKit/GUIDWizard.hpp b/Private/CFKit/GUIDWizard.hpp
index f7cc212e..5790be84 100644
--- a/Private/CFKit/GUIDWizard.hpp
+++ b/Private/CFKit/GUIDWizard.hpp
@@ -15,7 +15,8 @@
#include <NewKit/Stream.hpp>
#include <NewKit/String.hpp>
-namespace NewOS::XRN::Version1 {
-Ref<GUIDSequence*> make_sequence(const ArrayList<UShort>& seq);
-ErrorOr<Ref<NewOS::StringView>> try_guid_to_string(Ref<GUIDSequence*>& guid);
-} // namespace NewOS::XRN::Version1
+namespace NewOS::XRN::Version1
+{
+ Ref<GUIDSequence*> make_sequence(const ArrayList<UShort>& seq);
+ ErrorOr<Ref<NewOS::StringView>> try_guid_to_string(Ref<GUIDSequence*>& guid);
+} // namespace NewOS::XRN::Version1