mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Ensure all source code end with one and only one newline
by this command: git ls-files -z | while IFS= read -rd '' f; do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
This commit is contained in:
+1
-1
@@ -11,4 +11,4 @@ config BCH_ENCRYPTION
|
||||
config BCH_ENCRYPTION_KEY_SIZE
|
||||
int "AES key size"
|
||||
default 16
|
||||
depends on BCH_ENCRYPTION
|
||||
depends on BCH_ENCRYPTION
|
||||
|
||||
Reference in New Issue
Block a user