From 04dba65098e7b679db58eb22147af5d6d0ea972f Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Fri, 15 Feb 2013 02:21:07 +0400 Subject: nasm.c: Tabs to spaces in nasm_verror_gnu Signed-off-by: Cyrill Gorcunov --- nasm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nasm.c') diff --git a/nasm.c b/nasm.c index 6d8163d..07642ce 100644 --- a/nasm.c +++ b/nasm.c @@ -1850,10 +1850,10 @@ static void nasm_verror_gnu(int severity, const char *fmt, va_list ap) src_get(&lineno, ¤tfile); if (currentfile) { - fprintf(error_file, "%s:%"PRId32": ", currentfile, lineno); - nasm_free(currentfile); + fprintf(error_file, "%s:%"PRId32": ", currentfile, lineno); + nasm_free(currentfile); } else { - fputs("nasm: ", error_file); + fputs("nasm: ", error_file); } nasm_verror_common(severity, fmt, ap); -- cgit v1.2.3