mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
Fix nuttx coding style
Remove TABs Fix indentation
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user