a_space 619 fencing/commands.c gboolean a_space = isspace(line[lpc]); a_space 621 fencing/commands.c if (a_space && lpc < max && isspace(line[lpc + 1])) { a_space 624 fencing/commands.c } else if (a_space || line[lpc] == ',' || line[lpc] == ';' || line[lpc] == 0) {