diff options
| author | Marek Vasut <[email protected]> | 2024-07-13 15:19:20 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-15 12:12:17 -0600 |
| commit | 73a48dc856b57aecee4ff69dd1325d1f3074405c (patch) | |
| tree | 0811f657047c58d7d267b8ac4254f60a80fe706a /examples/api/glue.c | |
| parent | d9db7a847546720b7b0879baf3c2ecc85dc1c5ec (diff) | |
examples: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'examples/api/glue.c')
| -rw-r--r-- | examples/api/glue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/api/glue.c b/examples/api/glue.c index 08c21a8cb9c..0aaa82bccb2 100644 --- a/examples/api/glue.c +++ b/examples/api/glue.c @@ -153,7 +153,6 @@ unsigned long ub_get_timer(unsigned long base) return cur; } - /**************************************************************************** * * devices |
