summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2010-04-27 09:48:43 +0000
committerkib <kib@FreeBSD.org>2010-04-27 09:48:43 +0000
commite20b2d597f181152ff9b2de6a030674bf89a65e0 (patch)
tree541ac81a10e0ae4bfead4042b5c486129d60fdcd
parent85688162953c4cf38c355bcc60c0ab181a3bfa2e (diff)
downloadFreeBSD-src-e20b2d597f181152ff9b2de6a030674bf89a65e0.zip
FreeBSD-src-e20b2d597f181152ff9b2de6a030674bf89a65e0.tar.gz
Style: use #define<TAB> instead of #define<SPACE>.
Noted by: bde, pluknet gmail com MFC after: 11 days
-rw-r--r--sys/amd64/include/proc.h4
-rw-r--r--sys/arm/include/proc.h2
-rw-r--r--sys/i386/include/proc.h2
-rw-r--r--sys/ia64/include/proc.h4
-rw-r--r--sys/mips/include/proc.h4
-rw-r--r--sys/powerpc/include/proc.h2
-rw-r--r--sys/sparc64/include/proc.h2
-rw-r--r--sys/sun4v/include/proc.h2
8 files changed, 11 insertions, 11 deletions
diff --git a/sys/amd64/include/proc.h b/sys/amd64/include/proc.h
index 126412c..acea4c0 100644
--- a/sys/amd64/include/proc.h
+++ b/sys/amd64/include/proc.h
@@ -53,8 +53,8 @@ struct mdproc {
struct system_segment_descriptor md_ldt_sd;
};
-#define KINFO_PROC_SIZE 1088
-#define KINFO_PROC32_SIZE 768
+#define KINFO_PROC_SIZE 1088
+#define KINFO_PROC32_SIZE 768
#ifdef _KERNEL
diff --git a/sys/arm/include/proc.h b/sys/arm/include/proc.h
index 37051bf..0885744 100644
--- a/sys/arm/include/proc.h
+++ b/sys/arm/include/proc.h
@@ -60,6 +60,6 @@ struct mdproc {
void *md_sigtramp;
};
-#define KINFO_PROC_SIZE 792
+#define KINFO_PROC_SIZE 792
#endif /* !_MACHINE_PROC_H_ */
diff --git a/sys/i386/include/proc.h b/sys/i386/include/proc.h
index 0b9fca2..86be8c8 100644
--- a/sys/i386/include/proc.h
+++ b/sys/i386/include/proc.h
@@ -57,7 +57,7 @@ struct mdproc {
struct proc_ldt *md_ldt; /* (t) per-process ldt */
};
-#define KINFO_PROC_SIZE 768
+#define KINFO_PROC_SIZE 768
#ifdef _KERNEL
diff --git a/sys/ia64/include/proc.h b/sys/ia64/include/proc.h
index 81e2e4f..e9f337c 100644
--- a/sys/ia64/include/proc.h
+++ b/sys/ia64/include/proc.h
@@ -38,7 +38,7 @@ struct mdproc {
int __dummy; /* Avoid having an empty struct. */
};
-#define KINFO_PROC_SIZE 1088
-#define KINFO_PROC32_SIZE 768
+#define KINFO_PROC_SIZE 1088
+#define KINFO_PROC32_SIZE 768
#endif /* !_MACHINE_PROC_H_ */
diff --git a/sys/mips/include/proc.h b/sys/mips/include/proc.h
index 1479eda..e71c858 100644
--- a/sys/mips/include/proc.h
+++ b/sys/mips/include/proc.h
@@ -69,9 +69,9 @@ void mips_cpu_switch(struct thread *, struct thread *, struct mtx *);
void mips_cpu_throw(struct thread *, struct thread *);
#ifdef __mips_n64
-#define KINFO_PROC_SIZE 1088
+#define KINFO_PROC_SIZE 1088
#else
-#define KINFO_PROC_SIZE 816
+#define KINFO_PROC_SIZE 816
#endif
#endif /* !_MACHINE_PROC_H_ */
diff --git a/sys/powerpc/include/proc.h b/sys/powerpc/include/proc.h
index cbe6da9..d51116b 100644
--- a/sys/powerpc/include/proc.h
+++ b/sys/powerpc/include/proc.h
@@ -46,6 +46,6 @@ struct mdthread {
struct mdproc {
};
-#define KINFO_PROC_SIZE 768
+#define KINFO_PROC_SIZE 768
#endif /* !_MACHINE_PROC_H_ */
diff --git a/sys/sparc64/include/proc.h b/sys/sparc64/include/proc.h
index 84eaed5..3c23663 100644
--- a/sys/sparc64/include/proc.h
+++ b/sys/sparc64/include/proc.h
@@ -51,6 +51,6 @@ struct mdproc {
void *md_sigtramp;
};
-#define KINFO_PROC_SIZE 1088
+#define KINFO_PROC_SIZE 1088
#endif /* !_MACHINE_PROC_H_ */
diff --git a/sys/sun4v/include/proc.h b/sys/sun4v/include/proc.h
index 84eaed5..3c23663 100644
--- a/sys/sun4v/include/proc.h
+++ b/sys/sun4v/include/proc.h
@@ -51,6 +51,6 @@ struct mdproc {
void *md_sigtramp;
};
-#define KINFO_PROC_SIZE 1088
+#define KINFO_PROC_SIZE 1088
#endif /* !_MACHINE_PROC_H_ */
OpenPOWER on IntegriCloud