* app.c: Fix formatting.
[deliverable/binutils-gdb.git] / gas / symbols.c
index 05e6557ea30131a069850cfdf8953c3097f36374..d86c52a8ac03645dd53cce8fc27d9b91562392d6 100644 (file)
@@ -2398,7 +2398,7 @@ print_symbol_value_1 (file, sym)
       segT s = S_GET_SEGMENT (sym);
 
       if (s != undefined_section
-          && s != expr_section)
+         && s != expr_section)
        fprintf (file, " %lx", (long) S_GET_VALUE (sym));
     }
   else if (indent_level < max_indent_level
This page took 0.023581 seconds and 4 git commands to generate.