From 57f31c4db67d351ac76bfe79033cab78d1c20763 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 29 May 2009 15:10:24 -0700 Subject: [PATCH] Run Nindent on com32/lib/strstr.c Automatically reformat com32/lib/strstr.c using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin --- com32/lib/strstr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/lib/strstr.c b/com32/lib/strstr.c index 10222df..0a3e743 100644 --- a/com32/lib/strstr.c +++ b/com32/lib/strstr.c @@ -6,5 +6,5 @@ char *strstr(const char *haystack, const char *needle) { - return (char *)memmem(haystack, strlen(haystack), needle, strlen(needle)); + return (char *)memmem(haystack, strlen(haystack), needle, strlen(needle)); } -- 2.7.4