diff options
author | Alexey Neyman <stilor@att.net> | 2022-02-08 17:11:32 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2022-02-11 00:47:51 -0800 |
commit | 7b97bdd825bd27dc433d69dfd2e50404947a2852 (patch) | |
tree | 8264118822a9b675882c52326e0b5fb6b16f6db3 /config | |
parent | c6ff1eca5b2d41bbfd085413fad4652524b726a8 (diff) | |
download | crosstool-ng-7b97bdd825bd27dc433d69dfd2e50404947a2852.tar.gz crosstool-ng-7b97bdd825bd27dc433d69dfd2e50404947a2852.tar.bz2 crosstool-ng-7b97bdd825bd27dc433d69dfd2e50404947a2852.zip |
Convert tabs to spaces
Recent changes introduced a mixture of tabs/spaces that result in broken
indentation in multiple places.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/comp_libs/picolibc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/comp_libs/picolibc.in b/config/comp_libs/picolibc.in index cb7a1e4f..99f0e452 100644 --- a/config/comp_libs/picolibc.in +++ b/config/comp_libs/picolibc.in @@ -62,7 +62,7 @@ config LIBC_PICOLIBC_GLOBAL_ATEXIT prompt "Enable atexit data structure as global variable" help Enable atexit data structure as global variable, instead - of being thread-local. + of being thread-local. config LIBC_PICOLIBC_LITE_EXIT bool |