From 16b1a319cf7f68acb4d519f3fca34280a594cc8a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 19 Feb 2016 14:34:22 -0500 Subject: [PATCH 1/1] Cleanup: Remove unnecessary newline MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- src/common/uri.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/uri.c b/src/common/uri.c index ef68cd4fa..fb61a5bbd 100644 --- a/src/common/uri.c +++ b/src/common/uri.c @@ -68,7 +68,6 @@ static const inline char *strpbrk_or_eos(const char *s, const char *accept) return p; } - /* * Validate if proto is a supported protocol from proto_uri array. */ -- 2.34.1