From: Paul Eggert Date: Fri, 3 Jan 2014 06:42:23 +0000 (-0800) Subject: Whitespace fixes for recently-added code. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~84 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed0ca4a51a373fc23037436ccc467a982b9fcae8;p=emacs.git Whitespace fixes for recently-added code. --- diff --git a/src/alloc.c b/src/alloc.c index 868ea495475..7f0a74ca834 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -3214,8 +3214,9 @@ usage: (vector &rest OBJECTS) */) void make_byte_code (struct Lisp_Vector *v) { - /* Don't allow the global zero_vector to become a byte code object. */ - eassert(0 < v->header.size); + /* Don't allow the global zero_vector to become a byte code object. */ + eassert (0 < v->header.size); + if (v->header.size > 1 && STRINGP (v->contents[1]) && STRING_MULTIBYTE (v->contents[1])) /* BYTECODE-STRING must have been produced by Emacs 20.2 or the