From 213811aecfe11c446167e68f4fdfbc033c76c610 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 2 May 2016 15:26:32 -0400 Subject: [PATCH] Clean-up: remove extra newline in bin-info.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- lib/bin-info.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/bin-info.c b/lib/bin-info.c index 3bd08076..b76180c3 100644 --- a/lib/bin-info.c +++ b/lib/bin-info.c @@ -517,7 +517,6 @@ error: return -1; } - BT_HIDDEN void source_location_destroy(struct source_location *src_loc) { -- 2.34.1