ipl_tools: Remove empty lines

Remove unnecessary empty lines to prevent pre-commit hook issues, w/o
functional changes or changes in behavior.

Signed-off-by: Jan Polensky <japo@linux.ibm.com>
Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Jan Polensky
2025-02-25 12:57:51 +01:00
committed by Jan Höppner
parent efdd34a56c
commit a0c3a74019
2 changed files with 0 additions and 2 deletions

View File

@@ -46,7 +46,6 @@ void fcp_wwpn_get(const char *device, char *wwpn)
fclose(fh);
}
/*
* Return the lun of a device
*/

View File

@@ -137,4 +137,3 @@ int write_str_errno(char *string, char *file)
close(fh);
return 0;
}