Clean-up: add missing new line after end of function
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 2 May 2016 19:26:50 +0000 (15:26 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 3 May 2016 19:42:43 +0000 (15:42 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
lib/bin-info.c

index b76180c30b167c524579697d3d0369c399240698..813c6830e8717c6f7cd1bd081accead14e27bca4 100644 (file)
@@ -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.
This page took 0.025412 seconds and 4 git commands to generate.