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

@@ -8,8 +8,8 @@
// is char 'c' part of a symbol?
#define issym(c) (isalpha(c) || isdigit(c) \
|| (c) == '.' || (c) == '$' \
|| (symbol_allow_underscores && (c) == '_'))
|| (c) == '.' || (c) == '$' \
|| (symbol_allow_underscores && (c) == '_'))
char *skipwhite(