From 23e1ed6904840dbb8c95c78d50e288deeca18f5c Mon Sep 17 00:00:00 2001 From: Robert Fewell <14uBobIT@gmail.com> Date: Mon, 4 Sep 2017 15:13:26 +0100 Subject: [PATCH] Remove trailing white space from gnucash-item-edit.c --- gnucash/register/register-gnome/gnucash-item-edit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnucash/register/register-gnome/gnucash-item-edit.c b/gnucash/register/register-gnome/gnucash-item-edit.c index f7db8910c7..0586855a64 100644 --- a/gnucash/register/register-gnome/gnucash-item-edit.c +++ b/gnucash/register/register-gnome/gnucash-item-edit.c @@ -565,7 +565,7 @@ gnc_item_edit_new (GnucashSheet *sheet) item_edit->popup_toggle.tbutton = gtk_toggle_button_new(); gtk_toggle_button_set_mode (GTK_TOGGLE_BUTTON (item_edit->popup_toggle.tbutton), FALSE); - /* Force padding on the button to keep it small and display as much as + /* Force padding on the button to keep it small and display as much as possible of the arrow which is done in the gnucash.css file */ /* Wrap the popup button in an event box to give it its own gdkwindow. @@ -642,7 +642,7 @@ gnc_item_edit_show_popup (GncItemEdit *item_edit) else popup_w = 0; - // Adjust the popup_y point based on poping above or below + // Adjust the popup_y point based on poping above or below if (up_height > down_height) popup_y = y - popup_h; else