Skip to content

Commit 3178e0a

Browse files
committed
修改代码格式问题
1 parent b142f37 commit 3178e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/lwp/lwp_signal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
rt_inline rt_err_t valid_signo_check(unsigned long sig)
3131
{
32-
return sig <= _LWP_NSIG ? 0 : -RT_EINVAL;
32+
return sig <= _LWP_NSIG ? 0 : -RT_EINVAL;
3333
}
3434

3535
static lwp_siginfo_t siginfo_create(rt_thread_t current, int signo, int code, lwp_siginfo_ext_t ext)

0 commit comments

Comments
 (0)