svn commit: r335045 - head/usr.sbin/pmc

Eitan Adler eadler at FreeBSD.org
Wed Jun 13 09:17:05 UTC 2018


Author: eadler
Date: Wed Jun 13 09:17:04 2018
New Revision: 335045
URL: https://svnweb.freebsd.org/changeset/base/335045

Log:
  pmc: remove trailing whitespace
  
  Reported by:	swills

Modified:
  head/usr.sbin/pmc/pmc.c

Modified: head/usr.sbin/pmc/pmc.c
==============================================================================
--- head/usr.sbin/pmc/pmc.c	Wed Jun 13 09:07:24 2018	(r335044)
+++ head/usr.sbin/pmc/pmc.c	Wed Jun 13 09:17:04 2018	(r335045)
@@ -71,7 +71,7 @@ static struct cmd_handler disp_table[] = {
 };
 
 static void __dead2
-usage(void) 
+usage(void)
 {
 	errx(EX_USAGE,
 	    "\t pmc management utility\n"


More information about the svn-src-all mailing list