From 7ff635bff43d8b257978443202bc758cd30f0ac5 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 5 Aug 2015 13:22:05 +0200 Subject: misc: fix indention [smatch scan] Signed-off-by: Karel Zak --- sys-utils/unshare.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/unshare.c') 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))) -- cgit v1.2.3-55-g7522