From baaa09cefe3ed0f2bbf9d93e07d55e60a04ca17f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 30 May 2025 16:48:00 +0200 Subject: refactor: Format codebase and fix warning in UserProcessScheduler. Signed-off-by: Amlal El Mahrouss --- public/frameworks/OpenMSG.fwrk/src/DylibMain.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/frameworks') 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 SInt32 _DylibAttach(SInt32 argc, Char* argv[]) { - return EXIT_FAILURE; + return EXIT_FAILURE; } \ No newline at end of file -- cgit v1.2.3