Style: use #define<TAB> instead of #define<SPACE>.

Noted by:	bde, pluknet gmail com
MFC after:	11 days
This commit is contained in:
Konstantin Belousov 2010-04-27 09:48:43 +00:00
parent 99c750a814
commit 8bac98182a
8 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -60,6 +60,6 @@ struct mdproc {
void *md_sigtramp;
};
#define KINFO_PROC_SIZE 792
#define KINFO_PROC_SIZE 792
#endif /* !_MACHINE_PROC_H_ */

View File

@ -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

View File

@ -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_ */

View File

@ -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_ */

View File

@ -46,6 +46,6 @@ struct mdthread {
struct mdproc {
};
#define KINFO_PROC_SIZE 768
#define KINFO_PROC_SIZE 768
#endif /* !_MACHINE_PROC_H_ */

View File

@ -51,6 +51,6 @@ struct mdproc {
void *md_sigtramp;
};
#define KINFO_PROC_SIZE 1088
#define KINFO_PROC_SIZE 1088
#endif /* !_MACHINE_PROC_H_ */

View File

@ -51,6 +51,6 @@ struct mdproc {
void *md_sigtramp;
};
#define KINFO_PROC_SIZE 1088
#define KINFO_PROC_SIZE 1088
#endif /* !_MACHINE_PROC_H_ */