Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/include Indent.



details:   https://anonhg.NetBSD.org/src/rev/ca3ba21920a8
branches:  trunk
changeset: 796147:ca3ba21920a8
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu May 22 14:59:01 2014 +0000

description:
Indent.

diffstat:

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

diffs (18 lines):

diff -r 3d20a780cdf8 -r ca3ba21920a8 sys/arch/amd64/include/asm.h
--- a/sys/arch/amd64/include/asm.h      Thu May 22 14:38:38 2014 +0000
+++ b/sys/arch/amd64/include/asm.h      Thu May 22 14:59:01 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: asm.h,v 1.18 2013/09/12 15:36:17 joerg Exp $   */
+/*     $NetBSD: asm.h,v 1.19 2014/05/22 14:59:01 uebayasi Exp $        */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -47,7 +47,7 @@
 #define PIC_GOT(x)     x
 #endif
 
-# define _C_LABEL(x)   x
+#define _C_LABEL(x)    x
 #define        _ASM_LABEL(x)   x
 
 #define CVAROFF(x,y)           (_C_LABEL(x)+y)(%rip)



Home | Main Index | Thread Index | Old Index