summaryrefslogtreecommitdiff
path: root/src/basic/mount-util.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-04-19 12:13:23 +0200
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commit5a86caf19e625fce150d5c4330783c8d5732b27f (patch)
tree8b8b2d98b6151829dc706d01bdea46eec8404548 /src/basic/mount-util.c
parent206dc15a7a29cae1b42521812faf87e0888e07c0 (diff)
tree-wide: drop spurious newlines (#8764)
Double newlines (i.e. one empty lines) are great to structure code. But let's avoid triple newlines (i.e. two empty lines), quadruple newlines, quintuple newlines, …, that's just spurious whitespace. It's an easy way to drop 121 lines of code, and keeps the coding style of our sources a bit tigther.
Diffstat (limited to 'src/basic/mount-util.c')
-rw-r--r--src/basic/mount-util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/basic/mount-util.c b/src/basic/mount-util.c
index b3817c03c..1736cf19b 100644
--- a/src/basic/mount-util.c
+++ b/src/basic/mount-util.c
@@ -860,7 +860,6 @@ const char *mount_propagation_flags_to_string(unsigned long flags) {
return NULL;
}
-
int mount_propagation_flags_from_string(const char *name, unsigned long *ret) {
if (isempty(name))