]> code.delx.au - gnu-emacs/blobdiff - src/alloc.c
Make closing dbus buses actually work
[gnu-emacs] / src / alloc.c
index 868ea495475c2e7f3d5622d3ebd26bfe21b78898..7f0a74ca834a88c2492967bb2af0da7d392864ae 100644 (file)
@@ -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