mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 03:05:40 +08:00
style: fix multiple style issues and remove unused
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Xiang Xiao
parent
f06c509f9e
commit
816cb3cfaf
@@ -638,7 +638,7 @@ int nxsig_notification(pid_t pid, FAR struct sigevent *event,
|
||||
#ifdef CONFIG_SIG_EVTHREAD
|
||||
void nxsig_cancel_notification(FAR struct sigwork_s *work);
|
||||
#else
|
||||
#define nxsig_cancel_notification(work) (void)(work)
|
||||
# define nxsig_cancel_notification(work) (void)(work)
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user