Fix nuttx coding style

Remove TABs
Remove spaces
Fix indentation
This commit is contained in:
simbit18
2023-09-21 12:19:31 +02:00
committed by Alan Carvalho de Assis
parent dafa4e4413
commit 34bb0b6544
6 changed files with 85 additions and 87 deletions
+2 -2
View File
@@ -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 ******************************************/