mirror of
https://github.com/swaywm/sway.git
synced 2025-11-23 06:59:48 -05:00
put strip_whitespace back
This commit is contained in:
parent
71af5b7dde
commit
47ff000697
2 changed files with 15 additions and 9 deletions
|
|
@ -230,6 +230,7 @@ bool read_config(FILE *file, bool is_active) {
|
|||
char *line;
|
||||
while (!feof(file)) {
|
||||
line = read_line(file);
|
||||
line = strip_whitespace(line);
|
||||
line = strip_comments(line);
|
||||
if (line[0] == '\0') {
|
||||
goto _continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue