Skip to content

Commit 8bd918b

Browse files
author
newnix
committed
Removed tabs from Comment
1 parent bda254d commit 8bd918b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

token.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ static char *tokenbuf = NULL;
2222

2323

2424
/*
25-
* Special characters (i.e., "non-word") in es:
26-
* \t \n # ; & | ^ $ = ` ' ! { } ( ) < > \
25+
* Special characters (i.e., "non-word") in es:
26+
* \t \n # ; & | ^ $ = ` ' ! { } ( ) < > \
2727
*/
2828

2929
const char nw[] = {

0 commit comments

Comments
 (0)