From 350635a59a000fa4561d0d8bbe6814b4b9df530c Mon Sep 17 00:00:00 2001 From: Ondrej Bilka Date: Thu, 6 Jun 2013 19:36:03 +0200 Subject: Fix leading whitespaces. --- nptl/tst-umask1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/tst-umask1.c') diff --git a/nptl/tst-umask1.c b/nptl/tst-umask1.c index 96f83cc..fa20232 100644 --- a/nptl/tst-umask1.c +++ b/nptl/tst-umask1.c @@ -65,7 +65,7 @@ work (const char *fname, int mask) if ((st.st_mode & mask) != 0) { printf ("mask not successful after %s: %x still set\n", - fcts[i].name, (unsigned int) (st.st_mode & mask)); + fcts[i].name, (unsigned int) (st.st_mode & mask)); result = 1; } } -- cgit v1.1