diff options
author | Toomas Soome <tsoome@me.com> | 2022-04-03 10:42:35 +0300 |
---|---|---|
committer | Toomas Soome <tsoome@me.com> | 2022-04-19 01:58:17 +0300 |
commit | b12aaafbf56c5a06b6cfd21655531a33e38a8ed9 (patch) | |
tree | ca10ca759be5de1857e5b2bea4c3ea821cfd1d04 /usr/src/cmd/format/init_csparc.c | |
parent | c74f1323689f1dfea444e7fe0627eafc8c3b9076 (diff) | |
download | illumos-gate-b12aaafbf56c5a06b6cfd21655531a33e38a8ed9.tar.gz |
14613 format: cstyle cleanup
Reviewed by: C Fraire <cfraire@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/cmd/format/init_csparc.c')
-rw-r--r-- | usr/src/cmd/format/init_csparc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/src/cmd/format/init_csparc.c b/usr/src/cmd/format/init_csparc.c index a3ce6e6b97..3b284c38a9 100644 --- a/usr/src/cmd/format/init_csparc.c +++ b/usr/src/cmd/format/init_csparc.c @@ -24,8 +24,6 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* * This file defines the known controller types. To add a new controller * type, simply add a new line to the array and define the necessary |