summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-06-26 18:27:17 +0000
committered <ed@FreeBSD.org>2011-06-26 18:27:17 +0000
commite9ebd6639ddfde813ebdd9882ef630063a45db60 (patch)
tree821b5367fa27ac28076891eb2b0c495217113de1 /lib/libc/stdlib
parent4ef034d1ea803fc7e2746f9360ad74f8e6ac77be (diff)
downloadFreeBSD-src-e9ebd6639ddfde813ebdd9882ef630063a45db60.zip
FreeBSD-src-e9ebd6639ddfde813ebdd9882ef630063a45db60.tar.gz
Fix whitespace inconsistencies in libc in files copyrighted by me.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/ptsname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/ptsname.c b/lib/libc/stdlib/ptsname.c
index fc3b719..40b140d 100644
--- a/lib/libc/stdlib/ptsname.c
+++ b/lib/libc/stdlib/ptsname.c
@@ -82,7 +82,7 @@ ptsname(int fildes)
/* Make sure fildes points to a master device. */
if (__isptmaster(fildes) != 0)
goto done;
-
+
if (fdevname_r(fildes, pt_slave + (sizeof _PATH_DEV - 1),
sizeof pt_slave - (sizeof _PATH_DEV - 1)) != NULL)
ret = pt_slave;
OpenPOWER on IntegriCloud