ARI fix: OP eol rule.
[deliverable/binutils-gdb.git] / gdb / c-valprint.c
index c20bfa78450e641c11346deed6788bba839adbb6..e6fbffe61c4cd2fc123dfcccd259ca39a0dafc8b 100644 (file)
@@ -291,8 +291,8 @@ c_val_print (struct type *type, const gdb_byte *valaddr, int embedded_offset,
 
              struct minimal_symbol *msymbol =
              lookup_minimal_symbol_by_pc (vt_address);
-             if ((msymbol != NULL) &&
-                 (vt_address == SYMBOL_VALUE_ADDRESS (msymbol)))
+             if ((msymbol != NULL)
+                 && (vt_address == SYMBOL_VALUE_ADDRESS (msymbol)))
                {
                  fputs_filtered (" <", stream);
                  fputs_filtered (SYMBOL_PRINT_NAME (msymbol), stream);
This page took 0.044693 seconds and 4 git commands to generate.