From 0b46382a56f9df765dc507c17af6ae7ec7670bfc Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Tue, 21 Jan 2025 23:54:00 +0100 Subject: [PATCH] Formatting --- user/usys.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/user/usys.py b/user/usys.py index 45dea8f..677c5b8 100755 --- a/user/usys.py +++ b/user/usys.py @@ -60,7 +60,9 @@ with open("kernel/syscall.h", "r") as sfile: missing_in_header_calls = calls - header_calls if missing_in_calls: - print("#These items are in header_calls but not in calls:", missing_in_calls) + print( + "#These items are in header_calls but not in calls:", missing_in_calls + ) if missing_in_header_calls: print( "#These items are in calls but not in header_calls:",