From: Richard M. Stallman Date: Fri, 17 Jan 1997 07:01:51 +0000 (+0000) Subject: Clean up parentheses. X-Git-Tag: emacs-20.1~3070 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=606538987c859775a2f702efbbdf459cbad24da9;p=emacs.git Clean up parentheses. --- diff --git a/src/editfns.c b/src/editfns.c index 9ff24cba8f3..af1c55318c4 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -814,7 +814,7 @@ If you want them to stand for years in this century, you must do that yourself." { time_t time; struct tm tm; - Lisp_Object zone = (nargs > 6)? args[nargs - 1] : Qnil; + Lisp_Object zone = (nargs > 6 ? args[nargs - 1] : Qnil); CHECK_NUMBER (args[0], 0); /* second */ CHECK_NUMBER (args[1], 1); /* minute */