aboutsummaryrefslogtreecommitdiff
path: root/tools/env
diff options
context:
space:
mode:
authorMarek Vasut2024-07-13 15:19:34 +0200
committerTom Rini2024-07-15 12:12:18 -0600
commitb51be8ebcb4ac5605c03f409d5999601bc6244f5 (patch)
tree5387dfca8e649f8e31cc3ec03279c341a924ed92 /tools/env
parentdcc7470f049114aef1a5b460758e427d5c9bfcf0 (diff)
tools: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'tools/env')
-rw-r--r--tools/env/fw_env.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/env/fw_env.h b/tools/env/fw_env.h
index 78c803c9447..060eea542cc 100644
--- a/tools/env/fw_env.h
+++ b/tools/env/fw_env.h
@@ -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
*