Remove extra whitespace from JSON files

Remove end of line whitespace from JSON files.

Change-Id: Ide3222375c5a623b189e6c99fa813db8a3976ee6
This commit is contained in:
Andreas Jaeger 2014-02-24 22:42:13 +01:00 committed by Diane Fleming
parent 67b524a7bd
commit f73a6fe51d
34 changed files with 73 additions and 73 deletions

View File

@ -1,5 +1,5 @@
{
"ip" : {
"addr" : "67.23.10.132"
}
"ip" : {
"addr" : "67.23.10.132"
}
}

View File

@ -3,6 +3,6 @@
"code" : 413,
"message" : "OverLimit Retry...",
"details" : "Error Details...",
"retryAfter" : "2010-08-01T00:00:00Z"
"retryAfter" : "2010-08-01T00:00:00Z"
}
}