Fix nuttx coding style

Remove TABs
Fix indentation
This commit is contained in:
simbit18
2023-07-11 14:36:33 +02:00
committed by Xiang Xiao
parent 2529f371ee
commit 9681c52517
20 changed files with 217 additions and 217 deletions
+2 -2
View File
@@ -54,8 +54,8 @@
#include <crypto/siphash.h>
static void siphash_crounds(FAR SIPHASH_CTX *, int);
static void siphash_rounds(FAR SIPHASH_CTX *, int);
static void siphash_crounds(FAR SIPHASH_CTX *, int);
static void siphash_rounds(FAR SIPHASH_CTX *, int);
/****************************************************************************
* Public Functions