Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clang-format: Fix goto labels indentation
Thanks to IndentGotoLabels introduced with clang-format-10 [1], we can avoid goto labels identation. This follows the current coding style and it is then in line with the checkpatch.pl rules [2]. Link: https://clang.llvm.org/docs/ClangFormatStyleOptions.html [1] Link: https://lore.kernel.org/r/[email protected] [2] Cc: Miguel Ojeda <[email protected]> Cc: Tom Rix <[email protected]> Signed-off-by: Mickaël Salaün <[email protected]> Link: https://lore.kernel.org/r/[email protected] [Updated header comment to >= 10] Signed-off-by: Miguel Ojeda <[email protected]>
- Loading branch information