ARI fix: OP eol rule.
[deliverable/binutils-gdb.git] / gdb / corelow.c
index 49de82d6352e77478ce958e40de8eda18b9c0859..b1cb8f4cc73eba533d5ca424d5052fc7ea4156ff 100644 (file)
@@ -321,8 +321,8 @@ core_open (char *filename, int from_tty)
   if (temp_bfd == NULL)
     perror_with_name (filename);
 
-  if (!bfd_check_format (temp_bfd, bfd_core) &&
-      !gdb_check_format (temp_bfd))
+  if (!bfd_check_format (temp_bfd, bfd_core)
+      && !gdb_check_format (temp_bfd))
     {
       /* Do it after the err msg */
       /* FIXME: should be checking for errors from bfd_close (for one thing,
This page took 0.022974 seconds and 4 git commands to generate.