svn commit: r305944 - head/usr.bin/soelim

Baptiste Daroussin bapt at FreeBSD.org
Sun Sep 18 17:56:15 UTC 2016


Author: bapt
Date: Sun Sep 18 17:56:14 2016
New Revision: 305944
URL: https://svnweb.freebsd.org/changeset/base/305944

Log:
  style(9) fix
  
  Reported by:	oshogbo

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

Modified: head/usr.bin/soelim/soelim.c
==============================================================================
--- head/usr.bin/soelim/soelim.c	Sun Sep 18 17:41:16 2016	(r305943)
+++ head/usr.bin/soelim/soelim.c	Sun Sep 18 17:56:14 2016	(r305944)
@@ -58,6 +58,7 @@ usage(void)
 static const char *
 relpath(const char *path)
 {
+
 	while (*path == '/' && *path != '\0')
 		path++;
 


More information about the svn-src-head mailing list