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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,221c61113210e0ef,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.180.96.42 with SMTP id dp10mr755239wib.2.1343789444763; Tue, 31 Jul 2012 19:50:44 -0700 (PDT) Received: by 10.66.74.6 with SMTP id p6mr3243482pav.5.1343789444645; Tue, 31 Jul 2012 19:50:44 -0700 (PDT) Path: q11ni15940136wiw.1!nntp.google.com!7no2007859wig.0!news-out.google.com!g9ni7686150pbo.0!nntp.google.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nrc-news.nrc.ca!newsfeed.news.ucla.edu!usenet.stanford.edu!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: awdorrin Newsgroups: comp.lang.ada Subject: astyle/cindent for Ada? Date: Fri, 27 Jul 2012 08:56:35 -0700 (PDT) Organization: http://groups.google.com Message-ID: <2df5566c-c219-4226-b41e-78ed47190bc4@googlegroups.com> NNTP-Posting-Host: 192.91.173.34 Mime-Version: 1.0 X-Trace: posting.google.com 1343404596 19274 127.0.0.1 (27 Jul 2012 15:56:36 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 27 Jul 2012 15:56:36 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=192.91.173.34; posting-account=YkFdLgoAAADpWnfCBA6ZXMWTz2zHNd0j User-Agent: G2/1.0 X-Received-Bytes: 1280 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-27T08:56:35-07:00 List-Id: Are there any code reformatters for Ada, such as 'astyle' or 'cindent' that are available for Linux? I have tried using the 'gnatpp' program - but under Debian Linux it keeps telling me that my files aren't valid Ada source (even though they compile fine) Thanks!