From a0c3a74019c2559567405e44b22880c0ae1df114 Mon Sep 17 00:00:00 2001 From: Jan Polensky Date: Tue, 25 Feb 2025 12:57:51 +0100 Subject: [PATCH] ipl_tools: Remove empty lines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove unnecessary empty lines to prevent pre-commit hook issues, w/o functional changes or changes in behavior. Signed-off-by: Jan Polensky Reviewed-by: Jan Höppner Signed-off-by: Jan Höppner --- ipl_tools/fcp.c | 1 - ipl_tools/system.c | 1 - 2 files changed, 2 deletions(-) diff --git a/ipl_tools/fcp.c b/ipl_tools/fcp.c index 6532a6da..8e23424a 100644 --- a/ipl_tools/fcp.c +++ b/ipl_tools/fcp.c @@ -46,7 +46,6 @@ void fcp_wwpn_get(const char *device, char *wwpn) fclose(fh); } - /* * Return the lun of a device */ diff --git a/ipl_tools/system.c b/ipl_tools/system.c index f3f511d3..59760f59 100644 --- a/ipl_tools/system.c +++ b/ipl_tools/system.c @@ -137,4 +137,3 @@ int write_str_errno(char *string, char *file) close(fh); return 0; } -