Fix coding style

This commit is contained in:
Johan Malm 2021-09-24 22:14:04 +01:00
parent 4c66004fa8
commit b967592289
3 changed files with 8 additions and 5 deletions

View file

@ -30,5 +30,5 @@ grab_file(const char *filename)
}
free(line);
fclose(stream);
return (buffer.buf);
return buffer.buf;
}