Reformat one line
This commit is contained in:
parent
99c35a4572
commit
90a3d933a7
|
@ -467,9 +467,7 @@ void read_config()
|
|||
if (*lstart) {
|
||||
if (i == MAXLINES)
|
||||
bailout("Too many lines in timeouts config file.", 1);
|
||||
if ((config[i] = (struct config_ent *)
|
||||
malloc(sizeof(struct config_ent)))
|
||||
== NULL)
|
||||
if ((config[i] = (struct config_ent *) malloc(sizeof(struct config_ent))) == NULL)
|
||||
bailout("Out of memory", 1);
|
||||
config[i]->times = NULL;
|
||||
config[i]->ttys = NULL;
|
||||
|
|
Loading…
Reference in a new issue