summaryrefslogtreecommitdiffhomepage
path: root/public/frameworks/LaunchHelpers.fwrk/headers
diff options
context:
space:
mode:
Diffstat (limited to 'public/frameworks/LaunchHelpers.fwrk/headers')
-rw-r--r--public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h b/public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h
index 45d53b53..de4e6b09 100644
--- a/public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h
+++ b/public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h
@@ -1,8 +1,8 @@
-/* -------------------------------------------
+/* ========================================
Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
-------------------------------------------- */
+======================================== */
#pragma once
@@ -15,10 +15,10 @@ struct LHLaunchInfo;
/// @brief Launch information structure.
/// @note This structure is read-only. Modyfing its members wo't have any effect.
struct LHLaunchInfo final {
- CF::CFString fExecutablePath;
- CF::CFString fWorkingDirectory;
- CF::CFString fArguments;
- CF::CFString fEnvironment;
+ CF::CFString fExecutablePath;
+ CF::CFString fWorkingDirectory;
+ CF::CFString fArguments;
+ CF::CFString fEnvironment;
CF::CFInteger64 fUID{0};
CF::CFInteger64 fGID{0};
};