From: Jérémie Galarneau Date: Fri, 19 Feb 2016 19:34:22 +0000 (-0500) Subject: Cleanup: Remove unnecessary newline X-Git-Tag: v2.8.0-rc1~156 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=16b1a319cf7f68acb4d519f3fca34280a594cc8a Cleanup: Remove unnecessary newline Signed-off-by: Jérémie Galarneau --- 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. */