summaryrefslogtreecommitdiffstats
path: root/library/tzdata/Greenwich
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2009-04-09 20:11:51 (GMT)
committerKevin B Kenny <kennykb@acm.org>2009-04-09 20:11:51 (GMT)
commit1d411553104b36d5a80c7a465812e262145c1942 (patch)
treec6e9c6776842463a92ff192415aa921e46afc57a /library/tzdata/Greenwich
parentbef7925ea45ac7e83a9ecc812e9a2ccfc86fa207 (diff)
downloadtcl-1d411553104b36d5a80c7a465812e262145c1942.zip
tcl-1d411553104b36d5a80c7a465812e262145c1942.tar.gz
tcl-1d411553104b36d5a80c7a465812e262145c1942.tar.bz2
Fix tzdata line terminators
Diffstat (limited to 'library/tzdata/Greenwich')
-rw-r--r--library/tzdata/Greenwich10
1 files changed, 5 insertions, 5 deletions
diff --git a/library/tzdata/Greenwich b/library/tzdata/Greenwich
index 2d18a88..6115233 100644
--- a/library/tzdata/Greenwich
+++ b/library/tzdata/Greenwich
@@ -1,5 +1,5 @@
-# created by tools/tclZIC.tcl - do not edit
-if {![info exists TZData(Etc/GMT)]} {
- LoadTimeZoneFile Etc/GMT
-}
-set TZData(:Greenwich) $TZData(:Etc/GMT)
+# created by tools/tclZIC.tcl - do not edit
+if {![info exists TZData(Etc/GMT)]} {
+ LoadTimeZoneFile Etc/GMT
+}
+set TZData(:Greenwich) $TZData(:Etc/GMT)