[PATCH] unshare.2: ffix: indentation inconsistencies

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Günther Noack <gnoack@xxxxxxxxxx>
---
 man2/unshare.2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man2/unshare.2 b/man2/unshare.2
index 58d57a86b..1e06d8064 100644
--- a/man2/unshare.2
+++ b/man2/unshare.2
@@ -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]);

base-commit: 2aa85ce3b0a85fbf6909e873c78959c2fbcc25ac
-- 
2.41.0.rc0.172.g3f132b7071-goog





[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux