Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Dec 2020 22:10:17 +0000 (UTC)
From:      Jessica Clarke <jrtc27@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r368770 - head/lib/libc/string
Message-ID:  <202012182210.0BIMAHK0067379@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012182210.0BIMAHK0067379>