diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-23 01:28:26 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-29 15:01:04 -0600 |
commit | 9fb4be152b01dda3a221bf5e015dc3ee76378896 (patch) | |
tree | 3958e7c793ba806a4a9cd3192bb911b383629fb5 /include/linux/time.h | |
parent | b66890164811318ddc4d824cafb5c2d3891cd164 (diff) |
include: linux: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'include/linux/time.h')
-rw-r--r-- | include/linux/time.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/time.h b/include/linux/time.h index 14a144d9c9c..0de44cff8d7 100644 --- a/include/linux/time.h +++ b/include/linux/time.h @@ -34,7 +34,6 @@ #define isleap(y) ((((y) % 4) == 0 && ((y) % 100) != 0) || ((y) % 400) == 0) - /* Used by other time functions. */ struct tm { int tm_sec; /* Seconds. [0-60] (1 leap second) */ |