svn commit: r368770 - head/lib/libc/string

Jessica Clarke jrtc27 at FreeBSD.org
Fri Dec 18 22:10:17 UTC 2020


Author: jrtc27
Date: Fri Dec 18 22:10:17 2020
New Revision: 368770
URL: https://svnweb.freebsd.org/changeset/base/368770

Log:
  strerror.3: Fix whitespace issue introduced in r368714
  
  MFC with:	368714

Modified:
  head/lib/libc/string/strerror.3

Modified: head/lib/libc/string/strerror.3
==============================================================================
--- head/lib/libc/string/strerror.3	Fri Dec 18 22:00:57 2020	(r368769)
+++ head/lib/libc/string/strerror.3	Fri Dec 18 22:10:17 2020	(r368770)
@@ -188,7 +188,7 @@ main(void)
 		perror("open()");
 		exit(1);
 	}
-        printf("File descriptor: %d\en", fd);
+	printf("File descriptor: %d\en", fd);
 	return (0);
 }
 .Ed


More information about the svn-src-head mailing list