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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8b756d9a0afb052a X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news3.google.com!news.glorb.com!news.musoftware.de!news.karotte.org!uucp.gnuu.de!newsfeed.arcor.de!news.arcor.de!not-for-mail Date: Sun, 19 Feb 2006 13:31:23 +0100 From: Georg Bauhaus User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Quick question about Ada code formatting. References: <43F7915B.3090000@obry.net> <43F83D46.2090200@obry.net> <43F84890.7010900@obry.net> In-Reply-To: <43F84890.7010900@obry.net> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <43f871d8$0$491$9b4e6d93@newsread4.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 19 Feb 2006 14:25:44 MET NNTP-Posting-Host: ed1421d7.newsread4.arcor-online.net X-Trace: DXC=6@iJT:UJgk>3JZ X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:2987 Date: 2006-02-19T14:25:44+01:00 List-Id: Pascal Obry wrote: > Simon Wright a �crit : > >> What do you have against double blank lines? Triple blank lines, now >> that would be eeeevil. > > They convey no information. They can indicate a major block. For example in Matt's AI 302 implementation, there are blank lines between many executable statements. There are two blank lines between most, if not all, subprograms.