Clean-up: add missing new line after end of function
[babeltrace.git] / lib / bin-info.c
index 3bd080760e2e4a61f78e405e446e0085bf1cfd78..813c6830e8717c6f7cd1bd081accead14e27bca4 100644 (file)
@@ -517,7 +517,6 @@ error:
        return -1;
 }
 
-
 BT_HIDDEN
 void source_location_destroy(struct source_location *src_loc)
 {
@@ -528,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.023359 seconds and 4 git commands to generate.