]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tmpfiles: reindent one comment less weirdly
authorLennart Poettering <lennart@poettering.net>
Mon, 6 Aug 2018 13:46:32 +0000 (15:46 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 8 Aug 2018 09:59:39 +0000 (11:59 +0200)
src/tmpfiles/tmpfiles.c

index 7af1359c92f48a5fd6babda84a29b011ca110576..7b98e66cfbb231b780f7a57acd212820227c5fd3 100644 (file)
@@ -2063,10 +2063,8 @@ static int create_item(Item *i) {
         case CREATE_BLOCK_DEVICE:
         case CREATE_CHAR_DEVICE:
                 if (have_effective_cap(CAP_MKNOD) == 0) {
-                        /* In a container we lack CAP_MKNOD. We
-                        shouldn't attempt to create the device node in
-                        that case to avoid noise, and we don't support
-                        virtualized devices in containers anyway. */
+                        /* In a container we lack CAP_MKNOD. We shouldn't attempt to create the device node in that
+                         * case to avoid noise, and we don't support virtualized devices in containers anyway. */
 
                         log_debug("We lack CAP_MKNOD, skipping creation of device node %s.", i->path);
                         return 0;