]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Formatting 11/head
authorJörg Dembski <gymlet@gmx.de>
Thu, 13 Jan 2011 08:43:02 +0000 (09:43 +0100)
committerJörg Dembski <gymlet@gmx.de>
Thu, 13 Jan 2011 08:43:02 +0000 (09:43 +0100)
src/webui/simpleui.c

index 1c791092c9adc3bfbd04c69bbc5dd2974e92748c..8e322f6dcfa1bfc88bc736822b66d4194065697c 100644 (file)
@@ -398,23 +398,23 @@ page_status(http_connection_t *hc,
                     "<date>%02d/%02d/%02d</date>"
                     "<time>%02d:%02d</time>"
                     "<unixtime>%d</unixtime>"
-                     "<extra_start>%d</extra_start>"
+                    "<extra_start>%d</extra_start>"
                     "</start>"
                     "<stop>"
                     "<date>%02d/%02d/%02d</date>"
                     "<time>%02d:%02d</time>"
                     "<unixtime>%d</unixtime>"
-                     "<extra_stop>%d</extra_stop>"
+                    "<extra_stop>%d</extra_stop>"
                     "</stop>"
                     "<title>%s</title>",
                     a.tm_year + 1900, a.tm_mon, a.tm_mday, 
                     a.tm_hour, a.tm_min, 
                     de->de_start, 
-                     de->de_start_extra,
+                    de->de_start_extra, 
                     b.tm_year+1900, b.tm_mon, b.tm_mday, 
                     b.tm_hour, b.tm_min, 
                     de->de_stop, 
-                     de->de_stop_extra,
+                    de->de_stop_extra, 
                     de->de_title);
 
       rstatus = val2str(de->de_sched_state, recstatustxt);