mirror of
https://github.com/troglobit/editline.git
synced 2025-09-19 11:28:09 +08:00
Cuddle else statments, that's the way of the samurai - also minor cleanup.
This commit is contained in:
@@ -192,8 +192,7 @@ char *el_filename_complete(char *pathname, int *match)
|
||||
free(new);
|
||||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
*match = 0;
|
||||
if (len) {
|
||||
/* Find largest matching substring. */
|
||||
|
Reference in New Issue
Block a user