Skip to content

Commit b17cf42

Browse files
committed
[components][net][at] indent using 4 spaces
1 parent ae3c272 commit b17cf42

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)