mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-31 17:30:54 -08:00
Whitespace fixes for recently-added code.
This commit is contained in:
parent
d6d7851124
commit
ed0ca4a51a
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue