Skip to content

Commit 926fa17

Browse files
committed
[ci skip] adjust tab count
It may be better to use spaces in here instead.
1 parent 284132a commit 926fa17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/SAPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ typedef enum { /* Parameter: */
195195
SAPI_HEADER_REPLACE, /* sapi_header_line* */
196196
SAPI_HEADER_ADD, /* sapi_header_line* */
197197
SAPI_HEADER_DELETE, /* sapi_header_line* */
198-
SAPI_HEADER_DELETE_PREFIX, /* sapi_header_line* */
198+
SAPI_HEADER_DELETE_PREFIX, /* sapi_header_line* */
199199
SAPI_HEADER_DELETE_ALL, /* void */
200200
SAPI_HEADER_SET_STATUS /* int */
201201
} sapi_header_op_enum;

0 commit comments

Comments
 (0)