Module Name:    src
Committed By:   skrll
Date:           Sat Aug 13 07:52:52 UTC 2016

Modified Files:
        src/sys/arch/mips/include: asm.h

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/mips/include/asm.h

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

Modified files:

Index: src/sys/arch/mips/include/asm.h
diff -u src/sys/arch/mips/include/asm.h:1.49 src/sys/arch/mips/include/asm.h:1.50
--- src/sys/arch/mips/include/asm.h:1.49	Mon Jul 11 16:15:35 2016
+++ src/sys/arch/mips/include/asm.h	Sat Aug 13 07:52:52 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: asm.h,v 1.49 2016/07/11 16:15:35 matt Exp $	*/
+/*	$NetBSD: asm.h,v 1.50 2016/08/13 07:52:52 skrll Exp $	*/
 
 /*
  * Copyright (c) 1992, 1993
@@ -76,7 +76,7 @@
 	lw	t9,4(sp);					\
 	addiu	sp,sp,8;					\
 	addiu	t9,t9,40;					\
-	.set	pop;					
+	.set	pop;
 
 #ifdef GPROF
 #define	MCOUNT _KERN_MCOUNT

Reply via email to