diff options
| author | Marek Vasut <[email protected]> | 2024-07-13 15:19:22 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-15 12:12:18 -0600 |
| commit | 2f8c004a5ae51b9b88479f3a728c564c021f50c5 (patch) | |
| tree | a8b457a42581ce00d6400f0318558fe86e6788ce /lib/zstd/common/debug.c | |
| parent | dc5e2057131fd90bb62bb8c6b92abdb86ae32624 (diff) | |
lib: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'lib/zstd/common/debug.c')
| -rw-r--r-- | lib/zstd/common/debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/zstd/common/debug.c b/lib/zstd/common/debug.c index bb863c9ea61..49254cc6722 100644 --- a/lib/zstd/common/debug.c +++ b/lib/zstd/common/debug.c @@ -12,7 +12,6 @@ * You may select, at your option, one of the above-listed licenses. ****************************************************************** */ - /* * This module only hosts one global variable * which can be used to dynamically influence the verbosity of traces, |
