From 648beb355d05f93b34e735a2452b67044849f65f Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Sat, 20 Mar 2021 17:41:23 +0100 Subject: [PATCH] libs: nxstyle fixes nxstyle fixes to pass CI Signed-off-by: Alin Jerpelea --- libs/libc/time/lib_difftime.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/libc/time/lib_difftime.c b/libs/libc/time/lib_difftime.c index ee2fb80a17..88d847feba 100644 --- a/libs/libc/time/lib_difftime.c +++ b/libs/libc/time/lib_difftime.c @@ -61,7 +61,8 @@ float difftime(time_t time1, time_t time0) } else { - /* Result will be negative. REVISIT: Am I missing any case where bit 31 + /* Result will be negative. + * REVISIT: Am I missing any case where bit 31 * might not be set? */