From 9c251d0e42981c3f85a63660844262d3bb972da5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 14 Oct 2007 18:53:16 +0000 Subject: Line break fix. --- src/keyboard.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/keyboard.c') diff --git a/src/keyboard.c b/src/keyboard.c index 05b749d229a..bd8263f9b04 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -8432,9 +8432,9 @@ append_tool_bar_item () /* 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. */ -- cgit v1.2.1