Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/include Remove unnecessary Tab.



details:   https://anonhg.NetBSD.org/src/rev/c70976541f43
branches:  trunk
changeset: 765101:c70976541f43
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Thu May 19 08:22:38 2011 +0000

description:
Remove unnecessary Tab.

diffstat:

 sys/arch/powerpc/include/fpu.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 669a0182cbdf -r c70976541f43 sys/arch/powerpc/include/fpu.h
--- a/sys/arch/powerpc/include/fpu.h    Thu May 19 07:51:50 2011 +0000
+++ b/sys/arch/powerpc/include/fpu.h    Thu May 19 08:22:38 2011 +0000
@@ -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      /* < */



Home | Main Index | Thread Index | Old Index