diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-30 16:48:00 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-30 16:48:00 +0200 |
| commit | baaa09cefe3ed0f2bbf9d93e07d55e60a04ca17f (patch) | |
| tree | 45ef9414c87c32eb84b563441a416ca3906fd7c1 /public | |
| parent | 86b89793dcaf290206faeb7fe3100dd0a5f71d1d (diff) | |
refactor: Format codebase and fix warning in UserProcessScheduler.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'public')
| -rw-r--r-- | public/frameworks/OpenMSG.fwrk/src/DylibMain.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/frameworks/OpenMSG.fwrk/src/DylibMain.cc b/public/frameworks/OpenMSG.fwrk/src/DylibMain.cc index 814132e3..99eebd26 100644 --- a/public/frameworks/OpenMSG.fwrk/src/DylibMain.cc +++ b/public/frameworks/OpenMSG.fwrk/src/DylibMain.cc @@ -1,5 +1,5 @@ #include <libSystem/SystemKit/System.h> SInt32 _DylibAttach(SInt32 argc, Char* argv[]) { - return EXIT_FAILURE; + return EXIT_FAILURE; }
\ No newline at end of file |
