From 483791a59d157ec8c9ee754c926f758603872af0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 2 May 2016 15:26:50 -0400 Subject: [PATCH] Clean-up: add missing new line after end of function 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 insertion(+) diff --git a/lib/bin-info.c b/lib/bin-info.c index b76180c3..813c6830 100644 --- a/lib/bin-info.c +++ b/lib/bin-info.c @@ -527,6 +527,7 @@ void source_location_destroy(struct source_location *src_loc) free(src_loc->filename); g_free(src_loc); } + /** * Append a string representation of an address offset to an existing * string. -- 2.34.1