aboutsummaryrefslogtreecommitdiff
path: root/sys/sun4v/include/proc.h
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2010-04-27 09:48:43 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2010-04-27 09:48:43 +0000
commit8bac98182aa3f4976b0f5c3067a53f8b29b5a526 (patch)
tree541ac81a10e0ae4bfead4042b5c486129d60fdcd /sys/sun4v/include/proc.h
parent99c750a8141f4125174ba97eeacf3318cab5f667 (diff)
downloadsrc-8bac98182aa3f4976b0f5c3067a53f8b29b5a526.tar.gz
src-8bac98182aa3f4976b0f5c3067a53f8b29b5a526.zip
Style: use #define<TAB> instead of #define<SPACE>.
Noted by: bde, pluknet gmail com MFC after: 11 days
Notes
Notes: svn path=/head/; revision=207269
Diffstat (limited to 'sys/sun4v/include/proc.h')
-rw-r--r--sys/sun4v/include/proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sun4v/include/proc.h b/sys/sun4v/include/proc.h
index 84eaed5a00ed..3c236637fb97 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_ */