* gc++filt.m4: New file.
[deliverable/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);
 }
 
This page took 0.033108 seconds and 4 git commands to generate.