Source-Changes-HG archive

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

[src/trunk]: src/sys/sys #define is followed by tab, not space.



details:   https://anonhg.NetBSD.org/src/rev/808c0ae4662f
branches:  trunk
changeset: 768429:808c0ae4662f
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Tue Aug 16 14:04:26 2011 +0000

description:
#define is followed by tab, not space.
(Not my idea of sanity, but it's convention.)

diffstat:

 sys/sys/disklabel_gpt.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1a5ada5d1955 -r 808c0ae4662f sys/sys/disklabel_gpt.h
--- a/sys/sys/disklabel_gpt.h   Tue Aug 16 14:03:16 2011 +0000
+++ b/sys/sys/disklabel_gpt.h   Tue Aug 16 14:04:26 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disklabel_gpt.h,v 1.8 2011/08/16 14:03:16 jakllsch Exp $       */
+/*     $NetBSD: disklabel_gpt.h,v 1.9 2011/08/16 14:04:26 jakllsch Exp $       */
 
 /*
  * Copyright (c) 2002 Marcel Moolenaar
@@ -159,7 +159,7 @@
 /*
  * Used by GRUB 2.
  */
-#define GPT_ENT_TYPE_BIOS              \
+#define        GPT_ENT_TYPE_BIOS               \
        {0x21686148,0x6449,0x6e6f,0x74,0x4e,{0x65,0x65,0x64,0x45,0x46,0x49}}
 
 #endif /* _SYS_DISKLABEL_GPT_H_ */



Home | Main Index | Thread Index | Old Index