tweaks: adjust the indentation after the previous change
And regroup things a bit.master
parent
365058c48f
commit
6bab8d19c6
|
@ -1089,15 +1089,14 @@ void parse_rule(char *ptr, int rex_flags)
|
|||
newcolor->fg = fg;
|
||||
newcolor->bg = bg;
|
||||
newcolor->attributes = attributes;
|
||||
|
||||
newcolor->end = NULL;
|
||||
newcolor->next = NULL;
|
||||
|
||||
if (lastcolor == NULL)
|
||||
live_syntax->color = newcolor;
|
||||
else
|
||||
lastcolor->next = newcolor;
|
||||
|
||||
newcolor->next = NULL;
|
||||
lastcolor = newcolor;
|
||||
|
||||
if (!expectend)
|
||||
|
|
Loading…
Reference in New Issue