Mercurial > emacs
changeset 85279:43319f71ffe6
(append_tool_bar_item): Reformat last change.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 13 Oct 2007 20:48:31 +0000 |
parents | 0cbe92deb527 |
children | b75d439e87e8 |
files | src/keyboard.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Sat Oct 13 20:47:44 2007 +0000 +++ b/src/keyboard.c Sat Oct 13 20:48:31 2007 +0000 @@ -8432,8 +8432,9 @@ /* Enlarge tool_bar_items_vector if necessary. */ if (ntool_bar_items + TOOL_BAR_ITEM_NSLOTS >= XVECTOR (tool_bar_items_vector)->size) - tool_bar_items_vector = larger_vector - (tool_bar_items_vector, 2 * XVECTOR (tool_bar_items_vector)->size, Qnil); + tool_bar_items_vector = + larger_vector (tool_bar_items_vector, + 2 * XVECTOR (tool_bar_items_vector)->size, Qnil); /* Append entries from tool_bar_item_properties to the end of tool_bar_items_vector. */