1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 16:21:07 -08:00

; * src/dbusbind.c (Fdbus_message_internal): Fix coding style.

This commit is contained in:
Po Lu 2024-07-09 21:16:47 +08:00
parent 813ca8c214
commit 4ca35cbb6e

View file

@ -1523,7 +1523,7 @@ usage: (dbus-message-internal &rest REST) */)
CHECK_FIXNAT (args[count+1]);
timeout = min (XFIXNAT (args[count+1]), INT_MAX);
count = count+2;
count = count + 2;
}
/* Check for authorizable parameter. */
else if (EQ (args[count], QCauthorizable))
@ -1540,7 +1540,7 @@ usage: (dbus-message-internal &rest REST) */)
XD_DEBUG_MESSAGE (":authorizable not supported");
#endif
count = count+2;
count = count + 2;
}
else break;