fstab-generator: add newline before we start a new unit file section

We already did this for the [Mount] section, let's do the same for [Automount].
This commit is contained in:
Lennart Poettering 2016-05-02 16:02:02 +02:00
parent 9703a8adb5
commit bd10a84b7f
1 changed files with 1 additions and 0 deletions

View File

@ -379,6 +379,7 @@ static int add_mount(
}
fprintf(f,
"\n"
"[Automount]\n"
"Where=%s\n",
where);