summaryrefslogtreecommitdiff
path: root/config/libc
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-12-08 17:09:49 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-12-08 18:55:17 (GMT)
commit9f89e082c5bcb3c49013eeeae0a1ccbac1d91ba9 (patch)
tree115b1bca266d57cc7e2c0940fd4f14ca415a888d /config/libc
parent514f1546d7fe83853c2c2020514e61a90cc26f95 (diff)
Whitespace: We don't use tabs in shell or kconfig files
We indent by multiples of 4. This change cleans up whitespace in offending files. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config/libc')
-rw-r--r--config/libc/newlib.in.26
1 files changed, 3 insertions, 3 deletions
diff --git a/config/libc/newlib.in.2 b/config/libc/newlib.in.2
index ef5d076..b16b23a 100644
--- a/config/libc/newlib.in.2
+++ b/config/libc/newlib.in.2
@@ -31,9 +31,9 @@ config LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS
prompt "Disable the syscalls supplied with newlib"
help
Disable the syscalls that come with newlib. You
- will have to implement your own _sbrk, _read,
- _write... If you plan to port newlib to a new
- platform/board, say Yes.
+ will have to implement your own _sbrk, _read,
+ _write... If you plan to port newlib to a new
+ platform/board, say Yes.
config LIBC_NEWLIB_ENABLE_TARGET_OPTSPACE
bool