*** empty log message ***
[binutils-gdb.git] / gdb / solib-osf.c
index a8354a135ceb04c67da71b92eb74cab364951898..3f5663b0beeeea553ebc35331582fae011f32c86 100644 (file)
@@ -192,6 +192,7 @@ static int
 lm_sec_cmp (const void *p1, const void *p2)
 {
   const struct lm_sec *lms1 = p1, *lms2 = p2;
+
   return strcmp (lms1->name, lms2->name);
 }