mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-06 16:56:31 +00:00
More trailing whilespace removal
This commit is contained in:
parent
7d961b6c93
commit
b9cf7acb1a
285 changed files with 769 additions and 769 deletions
|
|
@ -1,13 +1,13 @@
|
|||
<?php
|
||||
/*
|
||||
$json = "{\n\"name\": \"Jack (\\\"Bee\\\") Nimble\", \n\"format\": {\"type\": \"rect\", \n\"width\": 1920, \n\"height\": 1080, \n\"interlace\": false,\"frame rate\": 24\n}\n}";
|
||||
*/
|
||||
$ja["name"] = "Jack (\"Bee\") Nimble";
|
||||
$ja["format"]["type"] = "rect";
|
||||
$ja["format"]["width"] = 1920;
|
||||
$ja["format"]["height"] = 1080;
|
||||
$ja["format"]["interlace"] = false;
|
||||
$ja["format"]["frame rate"] = 24;
|
||||
|
||||
echo json_encode($ja);
|
||||
<?php
|
||||
/*
|
||||
$json = "{\n\"name\": \"Jack (\\\"Bee\\\") Nimble\", \n\"format\": {\"type\": \"rect\", \n\"width\": 1920, \n\"height\": 1080, \n\"interlace\": false,\"frame rate\": 24\n}\n}";
|
||||
*/
|
||||
$ja["name"] = "Jack (\"Bee\") Nimble";
|
||||
$ja["format"]["type"] = "rect";
|
||||
$ja["format"]["width"] = 1920;
|
||||
$ja["format"]["height"] = 1080;
|
||||
$ja["format"]["interlace"] = false;
|
||||
$ja["format"]["frame rate"] = 24;
|
||||
|
||||
echo json_encode($ja);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue