1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-30 06:51:28 +02:00

tools: 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:
Marek Vasut
2024-07-13 15:19:34 +02:00
committed by Tom Rini
parent dcc7470f04
commit b51be8ebcb
10 changed files with 0 additions and 21 deletions

2
tools/env/fw_env.h vendored
View File

@@ -94,7 +94,6 @@ int fw_env_set(int argc, char *argv[], struct env_opts *opts);
*/
int fw_parse_script(char *fname, struct env_opts *opts);
/**
* fw_env_open() - read enviroment from flash into RAM cache
*
@@ -151,7 +150,6 @@ int fw_env_flush(struct env_opts *opts);
*/
int fw_env_close(struct env_opts *opts);
/**
* fw_env_version - return the current version of the library
*