Fix typo in code style script
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
ca13c4f59f
commit
9711f4eeb4
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ def get_uncrustify_version() -> str:
|
||||||
|
|
||||||
def check_style_is_correct(src_file_list: List[str]) -> bool:
|
def check_style_is_correct(src_file_list: List[str]) -> bool:
|
||||||
"""
|
"""
|
||||||
Check the code style and output a diff foir each file whose style is
|
Check the code style and output a diff for each file whose style is
|
||||||
incorrect.
|
incorrect.
|
||||||
"""
|
"""
|
||||||
style_correct = True
|
style_correct = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue