diff options
author | Ted Trask <ttrask01@yahoo.com> | 2016-08-10 16:08:22 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2016-08-10 16:08:22 +0000 |
commit | 12d3537a7cb975b0a75698f1e1f90e66313a6893 (patch) | |
tree | f16f1452d0da2174ca751613b8281532324d80ca /config/templates/ciscoata-template.lua | |
parent | 74712ccf2dbd80ed950fb53f22a7ddc96d8f36ef (diff) | |
download | acf-provisioning-12d3537a7cb975b0a75698f1e1f90e66313a6893.tar.bz2 acf-provisioning-12d3537a7cb975b0a75698f1e1f90e66313a6893.tar.xz |
Remove trailing whitespace
Diffstat (limited to 'config/templates/ciscoata-template.lua')
-rw-r--r-- | config/templates/ciscoata-template.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/templates/ciscoata-template.lua b/config/templates/ciscoata-template.lua index dae131c..323185d 100644 --- a/config/templates/ciscoata-template.lua +++ b/config/templates/ciscoata-template.lua @@ -123,14 +123,14 @@ if tz then -- ["+05.5"] = {0}, -- Bombay, Calcutta, Madras, New Delhi "+05.5 1 0" 0 ["+06"] = {7}, -- Bangladesh, Russia "+06 1 7" 0 ["+07"] = {7}, -- Thailand, Russia "+07 1 7" 0 - ["+08"] = {4, 7, 0, 0}, -- Australia Western "+08 1 4" 0 + ["+08"] = {4, 7, 0, 0}, -- Australia Western "+08 1 4" 0 -- Russia "+08 2 7" ? -- China, Hong Kong "+08 3 0" 0 -- Singapore, Taiwan "+08 4 0" 0 ["+09"] = {0}, -- Japan, Korea "+09 1 0" 0 -- ["+09.5"] = {10}, -- South Australia "+09.5 1 10" CST-9:30CST,M10.1.0,M4.1.0/3 ["+10"] = {7, 4}, -- Guam, Russia "+10 1 7" 0 - -- Australia "+10 2 4" + -- Australia "+10 2 4" ["+11"] = {0}, -- Soloman Islands "+11 1 0" 0 ["+12"] = {0, 4, 0}, -- Fiji "+12 1 0" ? -- New Zealand "+12 2 4" NZST-12NZDT,M9.5.0,M4.1.0/3 @@ -173,7 +173,7 @@ if tz then else -- Just don't set it end - + if tz.dst then xml_elem("Auto_Adjust_Clock", true, "na") else |