ndp.lua

changeset 16
35fb87e8289c
parent 15
9c9e64488e54
child 17
3a7672943895
--- a/ndp.lua	Sun Jun 21 22:56:59 2009 +0100
+++ b/ndp.lua	Sun Jun 21 22:59:47 2009 +0100
@@ -156,11 +156,11 @@
 
 					time = adjust_time(time, "hour", time_of_days[time_of_day]);
 					if time_of_day == "noon" or time_of_day == "midnight" then
-						time = adjust_time(time, "min", 00);						
+						time = adjust_time(time, "min", 00);
 					else
 						time = adjust_time(time, "min", 30);
 					end
-			end }; 
+			end };
 	}
 	
 	local ret, min_pos, max_pos;

mercurial