Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2016 07:48:27 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r298196 - head/tests/sys/file
Message-ID:  <201604180748.u3I7mRlZ064846@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Mon Apr 18 07:48:27 2016
New Revision: 298196
URL: https://svnweb.freebsd.org/changeset/base/298196

Log:
  Minor cosmetic cleanup
  
  - Remove spurious trailing whitespace in licensing header
  - Remove unnecessary semi-colon after comment [*]
  
  MFC after: 3 days
  Submitted by: pfg [*]
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/tests/sys/file/newfileops_on_fork_test.c

Modified: head/tests/sys/file/newfileops_on_fork_test.c
==============================================================================
--- head/tests/sys/file/newfileops_on_fork_test.c	Mon Apr 18 07:47:26 2016	(r298195)
+++ head/tests/sys/file/newfileops_on_fork_test.c	Mon Apr 18 07:48:27 2016	(r298196)
@@ -3,7 +3,7 @@
  * All rights reserved.
  *
  * This software was developed at the University of Cambridge Computer
- * Laboratory with support from a grant from Google, Inc. 
+ * Laboratory with support from a grant from Google, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -115,7 +115,7 @@ main(__unused int argc, __unused char *a
 		err(-1, "listen");
 	if (pthread_create(&accept_thread, NULL, do_accept, NULL) != 0)
 		err(-1, "pthread_create");
-	sleep(1);	/* Easier than using a CV. */;
+	sleep(1);	/* Easier than using a CV. */
 	do_fork();
 	exit(0);
 }



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