svn commit: r348710 - head/usr.bin/tail

Mariusz Zaborski oshogbo at FreeBSD.org
Wed Jun 5 22:47:38 UTC 2019


Author: oshogbo
Date: Wed Jun  5 22:47:37 2019
New Revision: 348710
URL: https://svnweb.freebsd.org/changeset/base/348710

Log:
  tail: fix style nit introduced in the r348708

Modified:
  head/usr.bin/tail/tail.c

Modified: head/usr.bin/tail/tail.c
==============================================================================
--- head/usr.bin/tail/tail.c	Wed Jun  5 22:46:18 2019	(r348709)
+++ head/usr.bin/tail/tail.c	Wed Jun  5 22:47:37 2019	(r348710)
@@ -175,7 +175,6 @@ main(int argc, char *argv[])
 	if (caph_enter_casper() < 0)
 		err(1, "unable to enter capability mode");
 
-	
 	/*
 	 * If displaying in reverse, don't permit follow option, and convert
 	 * style values.


More information about the svn-src-all mailing list