From c298126719dec2f23f56c39e425b96ea6c88a360 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 18 Nov 2015 17:30:06 +0100 Subject: whitespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/string/strn/strncmp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/string/strn/strncmp.c') diff --git a/src/string/strn/strncmp.c b/src/string/strn/strncmp.c index daf5be5..2c078d8 100644 --- a/src/string/strn/strncmp.c +++ b/src/string/strn/strncmp.c @@ -36,4 +36,3 @@ int strncmp(const char* a, const char* b, size_t length) return r ? r : n == m ? 0 : n < m ? -1 : +1; } - -- cgit v1.2.3-70-g09d2