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 | 1d411553104b36d5a80c7a465812e262145c1942 (patch) | |
tree | c6e9c6776842463a92ff192415aa921e46afc57a /library/tzdata/Asia/Bahrain | |
parent | bef7925ea45ac7e83a9ecc812e9a2ccfc86fa207 (diff) | |
download | tcl-1d411553104b36d5a80c7a465812e262145c1942.zip tcl-1d411553104b36d5a80c7a465812e262145c1942.tar.gz tcl-1d411553104b36d5a80c7a465812e262145c1942.tar.bz2 |
Fix tzdata line terminators
Diffstat (limited to 'library/tzdata/Asia/Bahrain')
-rw-r--r-- | library/tzdata/Asia/Bahrain | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/library/tzdata/Asia/Bahrain b/library/tzdata/Asia/Bahrain index 35fa8eb..d4b7d2c 100644 --- a/library/tzdata/Asia/Bahrain +++ b/library/tzdata/Asia/Bahrain @@ -1,7 +1,7 @@ -# created by tools/tclZIC.tcl - do not edit
-
-set TZData(:Asia/Bahrain) {
- {-9223372036854775808 12140 0 LMT}
- {-1577935340 14400 0 GST}
- {76190400 10800 0 AST}
-}
+# created by tools/tclZIC.tcl - do not edit + +set TZData(:Asia/Bahrain) { + {-9223372036854775808 12140 0 LMT} + {-1577935340 14400 0 GST} + {76190400 10800 0 AST} +} |