* app.c: Fix formatting.

* as.c: Likewise.
	* ehopt.c: Likewise.
	* expr.c: Likewise.
	* input-file.c: Likewise.
	* listing.c: Likewise.
	* macro.h: Likewise.
	* stabs.c: Likewise.
	* symbols.c: Likewise.
This commit is contained in:
Kazu Hirata
2002-05-18 12:53:30 +00:00
parent c3f4437ee1
commit 411863a44d
10 changed files with 72 additions and 60 deletions

View 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