From 57276037c1357e54730a94fb1191362d4f694252 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 24 Oct 2014 08:41:09 -0700 Subject: * Makefile: Removing trailing spaces. (GREP_CHECK): New macro. (enforce): Rewritten using GREP_CHECK, with new checks. * arith.c, combi.c, debug.c, eval.c, filter.c, gc.c, hash.c, lib.c, * lib.h, match.c, parser.l, parser.y, rand.c, regex.c, signal.c, * signal.h, stream.c, syslog.c, txr.c, unwind.c, utf8.c: Remove trailing spaces. --- unwind.c | 1 - 1 file changed, 1 deletion(-) (limited to 'unwind.c') diff --git a/unwind.c b/unwind.c index 551a67c4..38d03346 100644 --- a/unwind.c +++ b/unwind.c @@ -293,7 +293,6 @@ val uw_throw(val sym, val exception) format(std_error, s ? lit("~a: ~a\n") : lit("~a: ~s\n"), prog_string, exception, nao); - } if (uw_exception_subtype_p(sym, query_error_s) || uw_exception_subtype_p(sym, file_error_s)) { -- cgit v1.2.3