summaryrefslogtreecommitdiff
path: root/apps/examples/json/json_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/json/json_main.c')
-rw-r--r--apps/examples/json/json_main.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/examples/json/json_main.c b/apps/examples/json/json_main.c
index 443be387b..26e6b2855 100644
--- a/apps/examples/json/json_main.c
+++ b/apps/examples/json/json_main.c
@@ -130,7 +130,7 @@ static void create_objects(void)
int i;
/* Our "days of the week" array */
-
+
static const char *strings[7] =
{
"Sunday", "Monday", "Tuesday", "Wednesday",
@@ -138,7 +138,7 @@ static void create_objects(void)
};
/* Our matrix: */
-
+
static const int numbers[3][3] = { {0, -1, 0}, {1, 0, 0}, {0, 0, 1} };
/* Our "gallery" item: */
@@ -229,10 +229,10 @@ static void create_objects(void)
* Public Functions
****************************************************************************/
/****************************************************************************
- * Name:
+ * Name:
*
* Description:
- *
+ *
*
****************************************************************************/
@@ -252,7 +252,7 @@ int json_main(int argc, const char *argv[])
" }\n"
"}";
- static const char text2[] =
+ static const char text2[] =
"[\"Sunday\", \"Monday\", \"Tuesday\", \"Wednesday\", \"Thursday\", \"Friday\", \"Saturday\"]";
static const char text3[] =
@@ -261,7 +261,7 @@ int json_main(int argc, const char *argv[])
" [1, 0, 0],\n"
" [0, 0, 1]\n"
"]\n";
-
+
static const char text4[] =
"{\n"
" \"Image\": {\n"