diff options
author | pfg <pfg@FreeBSD.org> | 2014-10-18 19:22:59 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2014-10-18 19:22:59 +0000 |
commit | f2b9523abe1fc45ffba1bb8aed12f551535b59d1 (patch) | |
tree | b4ccb4901000772556076da6a1b1e3e75625f433 /sys/ddb/db_output.h | |
parent | fafa0f4166720cf554ecdd8fe30ab25b5c471580 (diff) | |
download | FreeBSD-src-f2b9523abe1fc45ffba1bb8aed12f551535b59d1.zip FreeBSD-src-f2b9523abe1fc45ffba1bb8aed12f551535b59d1.tar.gz |
MFC r272958, r273006:
ddb: space/tab fixes and ANSI-fy function declarations.
No functional change.
Diffstat (limited to 'sys/ddb/db_output.h')
-rw-r--r-- | sys/ddb/db_output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ddb/db_output.h b/sys/ddb/db_output.h index cbf9f0e..795719f 100644 --- a/sys/ddb/db_output.h +++ b/sys/ddb/db_output.h @@ -30,7 +30,7 @@ #define _DDB_DB_OUTPUT_H_ /* - * Author: David B. Golub, Carnegie Mellon University + * Author: David B. Golub, Carnegie Mellon University * Date: 8/90 */ |