Whitespace and minor code cleanup

This is by no means comprehensive, but is quite a bit better already.

Change-Id: Ibc8654a5dfb0eec39cbd0b64bdb52bb4fbfe2f7e
diff --git a/gui/listbox.cpp b/gui/listbox.cpp
index bbfc934..e09ec53 100644
--- a/gui/listbox.cpp
+++ b/gui/listbox.cpp
@@ -324,7 +324,7 @@
 	// Get the data for the list
 	child = node->first_node("listitem");
 	if (!child) return;
-	
+
 	while (child)
 	{
 		ListData data;
@@ -677,7 +677,7 @@
 
 		isHighlighted = false;
 		last2Y = lastY;
-		lastY = y;	
+		lastY = y;
 		startSelection = -1;
 
 		// Handle scrolling