diff options
| author | Marek Vasut <[email protected]> | 2024-07-13 15:19:34 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-15 12:12:18 -0600 |
| commit | b51be8ebcb4ac5605c03f409d5999601bc6244f5 (patch) | |
| tree | 5387dfca8e649f8e31cc3ec03279c341a924ed92 /tools/fdtgrep.c | |
| parent | dcc7470f049114aef1a5b460758e427d5c9bfcf0 (diff) | |
tools: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'tools/fdtgrep.c')
| -rw-r--r-- | tools/fdtgrep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/fdtgrep.c b/tools/fdtgrep.c index f1ff1946bd4..037176bc9ef 100644 --- a/tools/fdtgrep.c +++ b/tools/fdtgrep.c @@ -102,7 +102,6 @@ static void print_ansi_colour(FILE *fout, int col) fprintf(fout, "\033[1;%dm", col + 30); } - /** * value_add() - Add a new value to our list of things to grep for * |
