summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/serializer_test.js
diff options
context:
space:
mode:
authorpamg@google.com <pamg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-27 05:22:27 +0000
committerpamg@google.com <pamg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-27 05:22:27 +0000
commit6d23a564733fdd4be94520dba564221fd7c682f3 (patch)
treec45eebf9ed2b0e6bc08c92595600a9ee7fe6b5bb /chrome/test/data/serializer_test.js
parentfcb205c6833804f93a7c839c7171a9063ae27f4f (diff)
downloadchromium_src-6d23a564733fdd4be94520dba564221fd7c682f3.zip
chromium_src-6d23a564733fdd4be94520dba564221fd7c682f3.tar.gz
chromium_src-6d23a564733fdd4be94520dba564221fd7c682f3.tar.bz2
Change line endings to CRLF and enforce it with svn:eol-style. Our JSON pretty-printer explicitly ends lines with that, rather than a platform-dependent ending.
TBR=nsylvain BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data/serializer_test.js')
-rw-r--r--chrome/test/data/serializer_test.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/chrome/test/data/serializer_test.js b/chrome/test/data/serializer_test.js
index 446925e..e2472d6 100644
--- a/chrome/test/data/serializer_test.js
+++ b/chrome/test/data/serializer_test.js
@@ -1,8 +1,8 @@
-{
- "bool": true,
- "int": 42,
- "list": [ 1, 2 ],
- "null": null,
- "real": 3.14,
- "string": "hello"
-}
+{
+ "bool": true,
+ "int": 42,
+ "list": [ 1, 2 ],
+ "null": null,
+ "real": 3.14,
+ "string": "hello"
+}