What changed, and why it matters
This commit removes one duplicated line from a code formatting configuration file (.clang-format). It does not change any program code, security logic, or behavior of the Ledger Bitcoin app. There is no security relevance.
No action required; this is a non-functional formatting cleanup.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff deletes a duplicate occurrence of ‘AllowAllParametersOfDeclarationOnNextLine: false’ from the project’s clang-format style file. This is a cosmetic cleanup of a formatting tool setting and has no effect on compiled firmware or application security.
Changed components
.clang-formatInspect captured patch +0 / −1
diff --git a/.clang-format b/.clang-format
index b4abfa0..c76e9fc 100644
--- a/.clang-format
+++ b/.clang-format
@@ -12,7 +12,6 @@ SortIncludes: false
SpaceAfterCStyleCast: true
AllowShortCaseLabelsOnASingleLine: false
AllowAllArgumentsOnNextLine: false
-AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: Never
AllowShortFunctionsOnASingleLine: None
BinPackArguments: false
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.