diff options
author | Viktor Szépe <viktor@szepe.net> | 2023-11-10 15:37:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-10 15:37:23 +0100 |
commit | cc6581ae0320ae51f341519f17f770714b396cd1 (patch) | |
tree | 5c50f13495a3c190da0fc8b8bc34aeb73a6ce4e1 /src/stdlib/clib/lv_sprintf_clib.c | |
parent | df910893e4c0661358642047e223b23a3b438bee (diff) | |
download | lvgl-cc6581ae0320ae51f341519f17f770714b396cd1.tar.gz lvgl-cc6581ae0320ae51f341519f17f770714b396cd1.zip |
ci: upgrade astyle tool (#4776)
Install from source to use the latest version
Diffstat (limited to 'src/stdlib/clib/lv_sprintf_clib.c')
-rw-r--r-- | src/stdlib/clib/lv_sprintf_clib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdlib/clib/lv_sprintf_clib.c b/src/stdlib/clib/lv_sprintf_clib.c index 405a059a8..4f4fb9c74 100644 --- a/src/stdlib/clib/lv_sprintf_clib.c +++ b/src/stdlib/clib/lv_sprintf_clib.c @@ -1,5 +1,4 @@ - /** * @file lv_templ.c * |