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/Pacific/Gambier | |
parent | 4c8ac836436763b4845b2242e9a65353524cdff1 (diff) | |
download | tcl-1f99865198b8c9000ddf55ff1402172555b1eb78.zip tcl-1f99865198b8c9000ddf55ff1402172555b1eb78.tar.gz tcl-1f99865198b8c9000ddf55ff1402172555b1eb78.tar.bz2 |
Fix tzdata line terminators
Diffstat (limited to 'library/tzdata/Pacific/Gambier')
-rw-r--r-- | library/tzdata/Pacific/Gambier | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/library/tzdata/Pacific/Gambier b/library/tzdata/Pacific/Gambier index 4ad611e..d69f99a 100644 --- a/library/tzdata/Pacific/Gambier +++ b/library/tzdata/Pacific/Gambier @@ -1,6 +1,6 @@ -# created by tools/tclZIC.tcl - do not edit
-
-set TZData(:Pacific/Gambier) {
- {-9223372036854775808 -32388 0 LMT}
- {-1806678012 -32400 0 GAMT}
-}
+# created by tools/tclZIC.tcl - do not edit + +set TZData(:Pacific/Gambier) { + {-9223372036854775808 -32388 0 LMT} + {-1806678012 -32400 0 GAMT} +} |