1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-01 09:21:26 +03:00

stat-util: remove spurious newline

This commit is contained in:
Lennart Poettering 2018-12-28 19:02:05 +01:00
parent 6eab5f0656
commit aebfc8f090

View File

@ -338,7 +338,6 @@ int device_path_make_major_minor(mode_t mode, dev_t devno, char **ret) {
return -ENOMEM;
return 0;
}
int device_path_make_canonical(mode_t mode, dev_t devno, char **ret) {