diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-01-19 15:30:53 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-01-19 15:30:53 +0000 |
commit | f774a1312a9f06c827ac9e6ed5c9c1197010197f (patch) | |
tree | 139e59e962c99091edc8b8377e729aaf529b5851 /usr.bin/indent | |
parent | 1d12cef4c0121f7533ba118213f79fd14894ce13 (diff) |
Make some $OpenBSD$ lines prettier/standardier by eliminating
superflous '*' after '/*' and adding blank after terminating '$'.
Also eases parsing of the lines by simple awk scripts.
Aesthetic approval from tedu@.
Diffstat (limited to 'usr.bin/indent')
-rw-r--r-- | usr.bin/indent/indent_codes.h | 2 | ||||
-rw-r--r-- | usr.bin/indent/indent_globs.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/indent/indent_codes.h b/usr.bin/indent/indent_codes.h index 9d672728aee..ec4202d75f9 100644 --- a/usr.bin/indent/indent_codes.h +++ b/usr.bin/indent/indent_codes.h @@ -1,4 +1,4 @@ -/* * $OpenBSD: indent_codes.h,v 1.4 2003/06/12 01:07:27 deraadt Exp $*/ +/* $OpenBSD: indent_codes.h,v 1.5 2015/01/19 15:30:52 krw Exp $ */ /* * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980, 1993 diff --git a/usr.bin/indent/indent_globs.h b/usr.bin/indent/indent_globs.h index 079ea0b32db..110e392c59c 100644 --- a/usr.bin/indent/indent_globs.h +++ b/usr.bin/indent/indent_globs.h @@ -1,4 +1,4 @@ -/* * $OpenBSD: indent_globs.h,v 1.11 2013/06/20 06:28:15 jsg Exp $*/ +/* $OpenBSD: indent_globs.h,v 1.12 2015/01/19 15:30:52 krw Exp $ */ /* * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980, 1993 |