mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 18:27:56 +08:00
Fix nuttx coding style
Remove TABs Remove spaces Fix indentation
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
dafa4e4413
commit
34bb0b6544
@@ -656,8 +656,8 @@
|
||||
|
||||
/* (see nuttx/include/crypto/se05x.h */
|
||||
|
||||
#define _SEIOCVALID(c) (_IOC_TYPE(c)==_SEIOCBASE)
|
||||
#define _SEIOC(nr) _IOC(_SEIOCBASE,nr)
|
||||
#define _SEIOCVALID(c) (_IOC_TYPE(c)==_SEIOCBASE)
|
||||
#define _SEIOC(nr) _IOC(_SEIOCBASE,nr)
|
||||
|
||||
/* syslog driver ioctl definitions ******************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user