Expand some tabs that crept in over time.

This commit is contained in:
Olaf Seibert
2021-02-14 22:00:30 +01:00
parent 2d86002111
commit 93d7839ccf
6 changed files with 14 additions and 14 deletions

View File

@@ -32,9 +32,9 @@ typedef struct ex_tree {
EX_AND = 12,
/* bitwise and */
EX_OR = 13,
/* bitwise or */
/* bitwise or */
EX_LSH = 14
/* left shift */
/* left shift */
} type;
char *cp; /* points to end of parsed expression */