mirror of
https://xff.cz/git/u-boot/
synced 2025-11-02 03:17:29 +01:00
scripts: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
@@ -325,7 +325,6 @@ int utilfdt_write_err(const char *filename, const void *blob)
|
||||
return ret < 0 ? -ret : 0;
|
||||
}
|
||||
|
||||
|
||||
int utilfdt_write(const char *filename, const void *blob)
|
||||
{
|
||||
int ret = utilfdt_write_err(filename, blob);
|
||||
|
||||
Reference in New Issue
Block a user