1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

; * src/bytecode.c (exec_byte_code): Revert gratuituous style change

This commit is contained in:
Mattias Engdegård 2025-09-19 10:31:54 +02:00
parent fb15f86248
commit 9f174f08d8

View file

@ -961,7 +961,7 @@ exec_byte_code (Lisp_Object fun, ptrdiff_t args_template,
{
/* No need to restore old quitcounter; just check at the next
backward branch. */
quitcounter = (unsigned char) -1;
quitcounter = (unsigned char)-1;
struct handler *c = handlerlist;
handlerlist = c->next;
top = c->bytecode_top;