summaryrefslogtreecommitdiffstats
path: root/sys-utils/unshare.c
diff options
context:
space:
mode:
authorKarel Zak2015-08-05 13:22:05 +0200
committerKarel Zak2015-08-05 13:22:05 +0200
commit7ff635bff43d8b257978443202bc758cd30f0ac5 (patch)
tree8835c700bfa71e0d3d29399d5ac8cf2e3de30f71 /sys-utils/unshare.c
parenttools: add hexdump badconv() to noreturn smatch list (diff)
downloadkernel-qcow2-util-linux-7ff635bff43d8b257978443202bc758cd30f0ac5.tar.gz
kernel-qcow2-util-linux-7ff635bff43d8b257978443202bc758cd30f0ac5.tar.xz
kernel-qcow2-util-linux-7ff635bff43d8b257978443202bc758cd30f0ac5.zip
misc: fix indention [smatch scan]
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/unshare.c')
-rw-r--r--sys-utils/unshare.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/unshare.c b/sys-utils/unshare.c
index 47dda94ad..7482a8bd3 100644
--- a/sys-utils/unshare.c
+++ b/sys-utils/unshare.c
@@ -99,7 +99,7 @@ static void setgroups_control(int action)
if (fd < 0) {
if (errno == ENOENT)
return;
- err(EXIT_FAILURE, _("cannot open %s"), file);
+ err(EXIT_FAILURE, _("cannot open %s"), file);
}
if (write_all(fd, cmd, strlen(cmd)))