# HG changeset patch # User Eli Zaretskii # Date 1192308511 0 # Node ID 43319f71ffe619e9b1b9d7aed91974f55897c2e7 # Parent 0cbe92deb5273973fdca8f458ed96a1cf93eaa75 (append_tool_bar_item): Reformat last change. diff -r 0cbe92deb527 -r 43319f71ffe6 src/keyboard.c --- 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. */