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:
parent
813ca8c214
commit
4ca35cbb6e
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue