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:
2
tools/env/fw_env.h
vendored
2
tools/env/fw_env.h
vendored
@@ -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
|
||||
*
|
||||
|
Reference in New Issue
Block a user