Skip to content

Commit 77ad336

Browse files
authored
Merge pull request #4836 from luhuadong/develop
[components][net][at] indent using 4 spaces
2 parents 0fc7158 + b17cf42 commit 77ad336

File tree

1 file changed

+4
-4
lines changed
  • components/net/at/include

1 file changed

+4
-4
lines changed

components/net/at/include/at.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ typedef struct at_server *at_server_t;
113113
#ifdef AT_USING_CLIENT
114114
enum at_resp_status
115115
{
116-
AT_RESP_OK = 0, /* AT response end is OK */
117-
AT_RESP_ERROR = -1, /* AT response end is ERROR */
118-
AT_RESP_TIMEOUT = -2, /* AT response is timeout */
119-
AT_RESP_BUFF_FULL= -3, /* AT response buffer is full */
116+
AT_RESP_OK = 0, /* AT response end is OK */
117+
AT_RESP_ERROR = -1, /* AT response end is ERROR */
118+
AT_RESP_TIMEOUT = -2, /* AT response is timeout */
119+
AT_RESP_BUFF_FULL= -3, /* AT response buffer is full */
120120
};
121121
typedef enum at_resp_status at_resp_status_t;
122122

0 commit comments

Comments
 (0)