comparison finch/libgnt/gntmenu.h @ 31533:44f53d3fc54f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:42:45 +0000
parents a4860971f861
children
comparison
equal deleted inserted replaced
31532:8c6a1fa21f43 31533:44f53d3fc54f
61 61
62 struct _GntMenu 62 struct _GntMenu
63 { 63 {
64 GntTree parent; 64 GntTree parent;
65 GntMenuType type; 65 GntMenuType type;
66 66
67 GList *list; 67 GList *list;
68 int selected; 68 int selected;
69 69
70 /* This will keep track of its immediate submenu which is visible so that 70 /* This will keep track of its immediate submenu which is visible so that
71 * keystrokes can be passed to it. */ 71 * keystrokes can be passed to it. */