1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-08 20:58:20 +03:00

fstab-generator: remove spurious newline

This commit is contained in:
Lennart Poettering 2018-12-12 20:38:43 +01:00
parent d3e5af0440
commit 549b47247d

View File

@ -61,7 +61,6 @@ STATIC_DESTRUCTOR_REGISTER(arg_usr_what, freep);
STATIC_DESTRUCTOR_REGISTER(arg_usr_fstype, freep);
STATIC_DESTRUCTOR_REGISTER(arg_usr_options, freep);
static int write_options(FILE *f, const char *options) {
_cleanup_free_ char *o = NULL;