]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
unshare.2: ffix: indentation inconsistencies
authorGünther Noack <gnoack@google.com>
Fri, 26 May 2023 08:41:01 +0000 (10:41 +0200)
committerAlejandro Colomar <alx@kernel.org>
Fri, 26 May 2023 15:17:12 +0000 (17:17 +0200)
Signed-off-by: Günther Noack <gnoack@google.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man2/unshare.2

index 58d57a86b863e79851aba9747f8e6c295457356e..1e06d80643954c70dc1c4af6b744c3dcf5f70f01 100644 (file)
@@ -532,12 +532,12 @@ main(int argc, char *argv[])
 \&
     while ((opt = getopt(argc, argv, "CimnptuU")) != \-1) {
         switch (opt) {
-        case \[aq]C\[aq]: flags |= CLONE_NEWCGROUP;      break;
+        case \[aq]C\[aq]: flags |= CLONE_NEWCGROUP;     break;
         case \[aq]i\[aq]: flags |= CLONE_NEWIPC;        break;
         case \[aq]m\[aq]: flags |= CLONE_NEWNS;         break;
         case \[aq]n\[aq]: flags |= CLONE_NEWNET;        break;
         case \[aq]p\[aq]: flags |= CLONE_NEWPID;        break;
-        case \[aq]t\[aq]: flags |= CLONE_NEWTIME;        break;
+        case \[aq]t\[aq]: flags |= CLONE_NEWTIME;       break;
         case \[aq]u\[aq]: flags |= CLONE_NEWUTS;        break;
         case \[aq]U\[aq]: flags |= CLONE_NEWUSER;       break;
         default:  usage(argv[0]);