config: indent
authorRobert Swiecki <robert@swiecki.net>
Fri, 6 Oct 2017 20:44:55 +0000 (22:44 +0200)
committerRobert Swiecki <robert@swiecki.net>
Fri, 6 Oct 2017 20:44:55 +0000 (22:44 +0200)
config.proto

index b7e8c7e48618256738f607673be364ed1dfc61cf..05ee3a80df6e0450781659ba7169402bc5f630de 100644 (file)
@@ -132,7 +132,7 @@ message NsJailConfig
        inside the jail */
     optional bool disable_no_new_privs = 25 [ default = false ];
 
-       /* Various rlimits, the rlimit_as/rlimit_core/... are used only if
+    /* Various rlimits, the rlimit_as/rlimit_core/... are used only if
        rlimit_as_type/rlimit_core_type/... are set to RLimit::VALUE */
     optional uint64 rlimit_as = 26 [ default = 512 ]; /* In MiB */
     optional RLimit rlimit_as_type = 64 [ default = VALUE ];