From b6d8272551435098c716c546a5201206517e5da9 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 6 Oct 2015 18:32:19 +0000 Subject: modernize style: "return" is not a function --- test-reallocarray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-reallocarray.c') diff --git a/test-reallocarray.c b/test-reallocarray.c index 9a514e8e..f99e685d 100644 --- a/test-reallocarray.c +++ b/test-reallocarray.c @@ -3,5 +3,5 @@ int main(void) { - return( ! reallocarray(NULL, 2, 2)); + return !reallocarray(NULL, 2, 2); } -- cgit v1.2.3-56-ge451