Module Name:    src
Committed By:   uebayasi
Date:           Thu May 22 14:59:01 UTC 2014

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

Log Message:
Indent.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/amd64/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/amd64/include/asm.h
diff -u src/sys/arch/amd64/include/asm.h:1.18 src/sys/arch/amd64/include/asm.h:1.19
--- src/sys/arch/amd64/include/asm.h:1.18	Thu Sep 12 15:36:17 2013
+++ src/sys/arch/amd64/include/asm.h	Thu May 22 14:59:01 2014
@@ -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)

Reply via email to