Skip to content

Commit ffda8f8

Browse files
Corrected tabs vs spaces
1 parent 9e6eaf6 commit ffda8f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bubblewrap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ privileged_op (int privileged_op_socket,
11271127

11281128
case PRIV_SEP_OP_SYS_MOUNT:
11291129
if (mount ("sysfs", arg1, "sysfs", MS_NOSUID | MS_NOEXEC | MS_NODEV, NULL) != 0)
1130-
die_with_mount_error ("Can't mount sys on %s", arg1);
1130+
die_with_mount_error ("Can't mount sys on %s", arg1);
11311131
break;
11321132

11331133
case PRIV_SEP_OP_TMPFS_MOUNT:

completions/bash/bwrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ _bwrap() {
6363
--size
6464
--symlink
6565
--sync-fd
66-
--sys
66+
--sys
6767
--tmp-overlay
6868
--uid
6969
--unsetenv

0 commit comments

Comments
 (0)