diff options
author | Kevin B Kenny <kennykb@acm.org> | 2009-04-09 20:11:51 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2009-04-09 20:11:51 (GMT) |
commit | 1f99865198b8c9000ddf55ff1402172555b1eb78 (patch) | |
tree | c6e9c6776842463a92ff192415aa921e46afc57a /library/tzdata/Arctic/Longyearbyen | |
parent | 4c8ac836436763b4845b2242e9a65353524cdff1 (diff) | |
download | tcl-1f99865198b8c9000ddf55ff1402172555b1eb78.zip tcl-1f99865198b8c9000ddf55ff1402172555b1eb78.tar.gz tcl-1f99865198b8c9000ddf55ff1402172555b1eb78.tar.bz2 |
Fix tzdata line terminators
Diffstat (limited to 'library/tzdata/Arctic/Longyearbyen')
-rw-r--r-- | library/tzdata/Arctic/Longyearbyen | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/library/tzdata/Arctic/Longyearbyen b/library/tzdata/Arctic/Longyearbyen index e628b96..51f83dc 100644 --- a/library/tzdata/Arctic/Longyearbyen +++ b/library/tzdata/Arctic/Longyearbyen @@ -1,5 +1,5 @@ -# created by tools/tclZIC.tcl - do not edit
-if {![info exists TZData(Europe/Oslo)]} {
- LoadTimeZoneFile Europe/Oslo
-}
-set TZData(:Arctic/Longyearbyen) $TZData(:Europe/Oslo)
+# created by tools/tclZIC.tcl - do not edit +if {![info exists TZData(Europe/Oslo)]} { + LoadTimeZoneFile Europe/Oslo +} +set TZData(:Arctic/Longyearbyen) $TZData(:Europe/Oslo) |