summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include
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 /sys/sparc64/include
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
Diffstat (limited to 'sys/sparc64/include')
-rw-r--r--sys/sparc64/include/proc.h2
1 files changed, 1 insertions, 1 deletions
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_ */
OpenPOWER on IntegriCloud