From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.36.199.193 with SMTP id t184mr1653976itg.11.1507320268514; Fri, 06 Oct 2017 13:04:28 -0700 (PDT) X-Received: by 10.157.81.139 with SMTP id y11mr33372otg.19.1507320268485; Fri, 06 Oct 2017 13:04:28 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!paganini.bofh.team!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!l196no38856itl.0!news-out.google.com!194ni1018itf.0!nntp.google.com!k70no39478itk.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 6 Oct 2017 13:04:28 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=75.99.9.146; posting-account=s89PEgoAAABHs2ETFyOrCeTQVQJAfzKq NNTP-Posting-Host: 75.99.9.146 References: <1507181278.2449.14.camel@obry.net> <4b8654b4-e479-4b37-b9ec-dba2a03c7276@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7eac50d1-33d2-4872-9a3f-a438394b654f@googlegroups.com> Subject: Re: Idiomatic formatting for empty package From: marciant@earthlink.net Injection-Date: Fri, 06 Oct 2017 20:04:28 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:48377 Date: 2017-10-06T13:04:28-07:00 List-Id: On Thursday, October 5, 2017 at 7:37:54 PM UTC-4, Randy Brukardt wrote: > > Or: > > > > package X with Pure is end; >=20 > FYI, John Barnes hates this form. Best to put the end on a line by itself= . >=20 > Randy. If it is being used as the "root" of a hierarchy that has both visible and = private children - possibly the answer to you question in a different post = - then it probably is the only code in a file that just has comments/docume= ntation. If so, it seems useless to me to have to have a line break and rep= eat the name in that case.