From 05cefb83e22c08aedf5d3b893ad387eb6424faba Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 28 Mar 2018 00:50:04 +0200 Subject: Fix coding style --- pthread/alloca_cutoff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread/alloca_cutoff.c') 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) -- cgit v1.2.3