From dc5fd9a929040e5532aa67e337695c408202442c Mon Sep 17 00:00:00 2001 From: David Lin Date: Mon, 24 Feb 2020 21:15:11 +0800 Subject: [PATCH] Improve readability of codes in farm ai demo Adjust the indentation of codes. --- examples/farm_ai_demo/tos_farm_ai_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/farm_ai_demo/tos_farm_ai_config.h b/examples/farm_ai_demo/tos_farm_ai_config.h index af2678b0..335e43f9 100644 --- a/examples/farm_ai_demo/tos_farm_ai_config.h +++ b/examples/farm_ai_demo/tos_farm_ai_config.h @@ -1,5 +1,5 @@ #ifndef _H_TOS_FARM_AI_CONFIG_H -#define _H_TOS_FARM_AI_CONFIG_H +#define _H_TOS_FARM_AI_CONFIG_H #define MQTT_SERVER_IP "iotcloud-mqtt.gz.tencentdevices.com" #define MQTT_SERVER_PORT "1883"