Module Name:    src
Committed By:   skrll
Date:           Fri Apr 25 15:49:17 UTC 2014

Modified Files:
        src/sys/external/bsd/vchiq/dist/interface/compat: vchi_bsd.c

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 \
    src/sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.c
diff -u src/sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.c:1.7 src/sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.c:1.8
--- src/sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.c:1.7	Sat Apr 12 13:28:41 2014
+++ src/sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.c	Fri Apr 25 15:49:17 2014
@@ -26,7 +26,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $Id: vchi_bsd.c,v 1.7 2014/04/12 13:28:41 skrll Exp $
+ * $Id: vchi_bsd.c,v 1.8 2014/04/25 15:49:17 skrll Exp $
  */
 
 #include <sys/types.h>
@@ -281,7 +281,7 @@ struct thread_data {
 
 static struct thread_data thread_slots[MAX_THREAD_DATA_SLOTS];
 
-static void 
+static void
 kthread_wrapper(void *data)
 {
 	struct thread_data *slot;
@@ -312,7 +312,7 @@ vchiq_thread_create(int (*threadfn)(void
 	va_start(ap, namefmt);
 	vsnprintf(name, sizeof(name), namefmt, ap);
 	va_end(ap);
-	
+
 	newt = NULL;
 	if (kthread_create(PRI_NONE, 0, NULL, kthread_wrapper, slot, &newt,
 	    "%s", name) != 0) {

Reply via email to