diff options
author | Ondrej Bilka <neleai@seznam.cz> | 2013-06-06 19:36:03 +0200 |
---|---|---|
committer | Ondrej Bilka <neleai@seznam.cz> | 2013-06-06 20:36:07 +0200 |
commit | 350635a59a000fa4561d0d8bbe6814b4b9df530c (patch) | |
tree | ab4ec502e1944f8290eba1102ac210a3806b92a3 /nptl/tst-umask1.c | |
parent | 25506f09dda0d3d579d98971b3b12dd3e9e2fe8f (diff) | |
download | glibc-350635a59a000fa4561d0d8bbe6814b4b9df530c.zip glibc-350635a59a000fa4561d0d8bbe6814b4b9df530c.tar.gz glibc-350635a59a000fa4561d0d8bbe6814b4b9df530c.tar.bz2 |
Fix leading whitespaces.
Diffstat (limited to 'nptl/tst-umask1.c')
-rw-r--r-- | nptl/tst-umask1.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |