summaryrefslogtreecommitdiff
path: root/pthread/alloca_cutoff.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-28 00:50:04 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-28 00:50:04 +0200
commit05cefb83e22c08aedf5d3b893ad387eb6424faba (patch)
tree20bdecf3032d11716c94afa3a7bb085f5b70493a /pthread/alloca_cutoff.c
parent85b62d7aaedb24b6ad07d437e5b8560f62d07529 (diff)
Fix coding style
Diffstat (limited to 'pthread/alloca_cutoff.c')
-rw-r--r--pthread/alloca_cutoff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread/alloca_cutoff.c b/pthread/alloca_cutoff.c
index ecbba35..4c183bd 100644
--- a/pthread/alloca_cutoff.c
+++ b/pthread/alloca_cutoff.c
@@ -21,6 +21,6 @@
int
__libc_alloca_cutoff (size_t size)
{
- return size <= 65536;
+ return size <= 65536;
}
libc_hidden_def (__libc_alloca_cutoff)