Module Name:    src
Committed By:   kiyohara
Date:           Thu May 19 08:22:38 UTC 2011

Modified Files:
        src/sys/arch/powerpc/include: fpu.h

Log Message:
Remove unnecessary Tab.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/powerpc/include/fpu.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/powerpc/include/fpu.h
diff -u src/sys/arch/powerpc/include/fpu.h:1.18 src/sys/arch/powerpc/include/fpu.h:1.19
--- src/sys/arch/powerpc/include/fpu.h:1.18	Mon May  2 02:01:33 2011
+++ src/sys/arch/powerpc/include/fpu.h	Thu May 19 08:22:38 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: fpu.h,v 1.18 2011/05/02 02:01:33 matt Exp $	*/
+/*	$NetBSD: fpu.h,v 1.19 2011/05/19 08:22:38 kiyohara Exp $	*/
 
 /*-
  * Copyright (C) 1996 Wolfgang Solfrank.
@@ -48,7 +48,7 @@
 #define	FPSCR_VXVC	0x00080000	/* Invalid Compare Op */
 #define	FPSCR_FR	0x00040000	/* Fraction Rounded */
 #define	FPSCR_FI	0x00020000	/* Fraction Inexact */
-#define	FPSCR_FPRF	0x0001f000	
+#define	FPSCR_FPRF	0x0001f000
 #define	FPSCR_C		0x00010000	/* FP Class Descriptor */
 #define	FPSCR_FPCC	0x0000f000
 #define	FPSCR_FL	0x00008000	/* < */

Reply via email to