xpressn.c, whitespace cleanup
This commit is contained in:
parent
0a42a19b02
commit
f6d610a1b6
|
|
@ -937,7 +937,9 @@ fetchoperator(tdico *dico,
|
||||||
iptr++;
|
iptr++;
|
||||||
} else if ((c == '|') && (d == '|')) {
|
} else if ((c == '|') && (d == '|')) {
|
||||||
iptr++;
|
iptr++;
|
||||||
} if ((c == '+') || (c == '-')) {
|
}
|
||||||
|
|
||||||
|
if ((c == '+') || (c == '-')) {
|
||||||
state = S_binop; /* pending operator */
|
state = S_binop; /* pending operator */
|
||||||
level = 4;
|
level = 4;
|
||||||
} else if ((c == '*') || (c == '/') || (c == '%') || (c == '\\')) {
|
} else if ((c == '*') || (c == '/') || (c == '%') || (c == '\\')) {
|
||||||
|
|
@ -1354,7 +1356,7 @@ evaluate(tdico *dico, SPICE_DSTRINGPTR qstr_p, char *t, unsigned char mode)
|
||||||
entry_p = entrynb(dico, t);
|
entry_p = entrynb(dico, t);
|
||||||
nolookup = !entry_p;
|
nolookup = !entry_p;
|
||||||
|
|
||||||
while (entry_p && (entry_p->tp == 'P'))
|
while (entry_p && (entry_p->tp == 'P'))
|
||||||
entry_p = entry_p->pointer; /* follow pointer chain */
|
entry_p = entry_p->pointer; /* follow pointer chain */
|
||||||
|
|
||||||
/* pointer chain */
|
/* pointer chain */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue