This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 648beb355d05f93b34e735a2452b67044849f65f Author: Alin Jerpelea <[email protected]> AuthorDate: Sat Mar 20 17:41:23 2021 +0100 libs: nxstyle fixes nxstyle fixes to pass CI Signed-off-by: Alin Jerpelea <[email protected]> --- 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 ee2fb80..88d847f 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? */
