summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-04-18 07:48:27 +0000
committerngie <ngie@FreeBSD.org>2016-04-18 07:48:27 +0000
commit4590c59adfebd4f61dc7248023f90ef13dc3d3a9 (patch)
treef929a87a4ed59c0f6a3234f68031e692b466c3ea
parente15a67f910a71cd2e80c76aa896f3e331a856736 (diff)
downloadFreeBSD-src-4590c59adfebd4f61dc7248023f90ef13dc3d3a9.zip
FreeBSD-src-4590c59adfebd4f61dc7248023f90ef13dc3d3a9.tar.gz
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
-rw-r--r--tests/sys/file/newfileops_on_fork_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sys/file/newfileops_on_fork_test.c b/tests/sys/file/newfileops_on_fork_test.c
index 8713a82..85eea9d 100644
--- a/tests/sys/file/newfileops_on_fork_test.c
+++ b/tests/sys/file/newfileops_on_fork_test.c
@@ -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 *argv[])
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);
}
OpenPOWER on IntegriCloud