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/string.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/string.c')
| -rw-r--r-- | lib/string.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/string.c b/lib/string.c index f2c61471288..feae9519f2f 100644 --- a/lib/string.c +++ b/lib/string.c @@ -22,7 +22,6 @@ #include <linux/ctype.h> #include <malloc.h> - /** * strncasecmp - Case insensitive, length-limited string comparison * @s1: One string |
