From 2ebb8217f43b69f491620423ea4d5d5944d1f91d Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期六, 05 七月 2025 22:43:58 +0800
Subject: [PATCH] 格式化部分代码

---
 keil/include/components/internet/src/Internet.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/keil/include/components/internet/src/Internet.c b/keil/include/components/internet/src/Internet.c
index 475dbb7..09adf4b 100644
--- a/keil/include/components/internet/src/Internet.c
+++ b/keil/include/components/internet/src/Internet.c
@@ -38,16 +38,16 @@
 
 /*******************************************************************************
  * Function Name     : Internet_Poll
- * Description       : 
- * Input             : 
- * Output            : 
- * Return            : 
+ * Description       :
+ * Input             :
+ * Output            :
+ * Return            :
  * Author            : 杜键
  * Modified Date:    : 2018年5月26日
  *******************************************************************************/
 HIDO_INT32 Internet_Poll(void)
 {
- 	HIDO_FSMEventExecute(HIDO_FSM(AIR780E), AIR780E_EVENT_POLL, HIDO_NULL);
+    HIDO_FSMEventExecute(HIDO_FSM(AIR780E), AIR780E_EVENT_POLL, HIDO_NULL);
 
     return HIDO_OK;
 }
@@ -114,11 +114,11 @@
         return HIDO_ERR;
     }
 #if 0
-    if (TTS_Init() != HIDO_OK) 
+    if (TTS_Init() != HIDO_OK)
     {
         return HIDO_ERR;
     }
-    
+
     if (TONE_Init() != HIDO_OK)
     {
         return HIDO_ERR;

--
Gitblit v1.9.3