mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
Explain that the script is only for the future
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
b488ca3497
commit
190041d2b1
@ -1,5 +1,9 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
"""Check or fix the code style by running Uncrustify.
|
"""Check or fix the code style by running Uncrustify.
|
||||||
|
|
||||||
|
Note: The code style enforced by this script is not yet introduced to
|
||||||
|
Mbed TLS. At present this script will only be used to prepare for a future
|
||||||
|
change of code style.
|
||||||
"""
|
"""
|
||||||
# Copyright The Mbed TLS Contributors
|
# Copyright The Mbed TLS Contributors
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user