From 995a7c0de0eda73cda3d2fd8b837b6bddfb14cc5 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Mon, 16 Jan 2023 18:20:08 +0000 Subject: [PATCH] Remove provisional notice on code style script Since code style is now enforced, the notice is wrong. Remove it to avoid confusion. Signed-off-by: David Horstmann --- scripts/code_style.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/code_style.py b/scripts/code_style.py index 3958e870f..463a349ff 100755 --- a/scripts/code_style.py +++ b/scripts/code_style.py @@ -1,9 +1,5 @@ #!/usr/bin/env python3 """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 # SPDX-License-Identifier: Apache-2.0