diff options
author | Ted Trask <ttrask01@yahoo.com> | 2016-08-10 16:08:22 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2016-11-08 18:52:13 +0000 |
commit | df5ad37e297ffe69ec20c9aec332f81ef7e7e6fa (patch) | |
tree | 733cfc8e89018f3087afd038f7c651f2e73fd282 /config/templates/snom-template.lua | |
parent | f27e30740e371b4cd8947797bcf8c91f86b6768e (diff) | |
download | acf-provisioning-df5ad37e297ffe69ec20c9aec332f81ef7e7e6fa.tar.bz2 acf-provisioning-df5ad37e297ffe69ec20c9aec332f81ef7e7e6fa.tar.xz |
Remove trailing whitespace
(cherry picked from commit 12d3537a7cb975b0a75698f1e1f90e66313a6893)
Diffstat (limited to 'config/templates/snom-template.lua')
-rw-r--r-- | config/templates/snom-template.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/templates/snom-template.lua b/config/templates/snom-template.lua index 635ce3e..19c529e 100644 --- a/config/templates/snom-template.lua +++ b/config/templates/snom-template.lua @@ -128,7 +128,7 @@ if tz then return date..' '..time end - + if tz.dst then xml_elem('dst', '3600 '..dstrule(tz.dst.start)..' '..dstrule(tz.dst.stop), 'R') else |