From ed0ca4a51a373fc23037436ccc467a982b9fcae8 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 2 Jan 2014 22:42:23 -0800 Subject: [PATCH] Whitespace fixes for recently-added code. --- src/alloc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.2