Переглянути джерело

Merge pull request #4836 from luhuadong/develop

[components][net][at] indent using 4 spaces
Bernard Xiong 3 роки тому
батько
коміт
77ad3361d9
1 змінених файлів з 4 додано та 4 видалено
  1. 4 4
      components/net/at/include/at.h

+ 4 - 4
components/net/at/include/at.h

@@ -113,10 +113,10 @@ typedef struct at_server *at_server_t;
 #ifdef AT_USING_CLIENT
 #ifdef AT_USING_CLIENT
 enum at_resp_status
 enum at_resp_status
 {
 {
-     AT_RESP_OK = 0,                   /* AT response end is OK */
-     AT_RESP_ERROR = -1,               /* AT response end is ERROR */
-     AT_RESP_TIMEOUT = -2,             /* AT response is timeout */
-     AT_RESP_BUFF_FULL= -3,            /* AT response buffer is full */
+    AT_RESP_OK = 0,                   /* AT response end is OK */
+    AT_RESP_ERROR = -1,               /* AT response end is ERROR */
+    AT_RESP_TIMEOUT = -2,             /* AT response is timeout */
+    AT_RESP_BUFF_FULL= -3,            /* AT response buffer is full */
 };
 };
 typedef enum at_resp_status at_resp_status_t;
 typedef enum at_resp_status at_resp_status_t;