Index: chrome/test/data/serializer_nested_test.js |
=================================================================== |
--- chrome/test/data/serializer_nested_test.js (revision 19366) |
+++ chrome/test/data/serializer_nested_test.js (working copy) |
@@ -1,17 +1,17 @@ |
-{ |
- "bool": true, |
- "dict": { |
- "bool": true, |
- "dict": { |
- "bees": "knees", |
- "cats": "meow" |
- }, |
- "foos": "bar", |
- "list": [ 3.4, "second", null ] |
- }, |
- "int": 42, |
- "list": [ 1, 2 ], |
- "null": null, |
- "real": 3.14, |
- "string": "hello" |
-} |
+{ |
+ "bool": true, |
+ "dict": { |
+ "bool": true, |
+ "dict": { |
+ "bees": "knees", |
+ "cats": "meow" |
+ }, |
+ "foos": "bar", |
+ "list": [ 3.4, "second", null ] |
+ }, |
+ "int": 42, |
+ "list": [ 1, 2 ], |
+ "null": null, |
+ "real": 3.14, |
+ "string": "hello" |
+} |
Property changes on: chrome/test/data/serializer_nested_test.js |
___________________________________________________________________ |
Modified: svn:eol-style |
- CRLF |
+ LF |