Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/vfp Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/07f4357651d3
branches:  trunk
changeset: 449707:07f4357651d3
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Mar 17 08:41:42 2019 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/arm/vfp/vfp_init.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r cd3b1a7ad79d -r 07f4357651d3 sys/arch/arm/vfp/vfp_init.c
--- a/sys/arch/arm/vfp/vfp_init.c       Sun Mar 17 08:38:52 2019 +0000
+++ b/sys/arch/arm/vfp/vfp_init.c       Sun Mar 17 08:41:42 2019 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: vfp_init.c,v 1.60 2019/01/27 02:08:37 pgoyette Exp $ */
+/*      $NetBSD: vfp_init.c,v 1.61 2019/03/17 08:41:42 skrll Exp $ */
 
 /*
  * Copyright (c) 2008 ARM Ltd
@@ -32,7 +32,7 @@
 #include "opt_cputypes.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfp_init.c,v 1.60 2019/01/27 02:08:37 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfp_init.c,v 1.61 2019/03/17 08:41:42 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -225,7 +225,7 @@
        }
 
        curcpu()->ci_vfp_evs[0].ev_count++;
-               
+
        frame->tf_pc += INSN_SIZE;
        return 0;
 }



Home | Main Index | Thread Index | Old Index