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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9f7c0fce90769654 X-Google-Attributes: gid103376,public From: fjh@mundook.cs.mu.OZ.AU (Fergus Henderson) Subject: Re: Ada Code Formatting Date: 1996/08/10 Message-ID: <4ui14m$m0l@mulga.cs.mu.OZ.AU>#1/1 X-Deja-AN: 173343698 references: <4ug0pq$q64@zeus.orl.mmc.com> organization: Comp Sci, University of Melbourne newsgroups: comp.lang.ada Date: 1996-08-10T00:00:00+00:00 List-Id: campbelj@escmail.orl.mmc.com (campbell james b0159) writes: >I'm looking for a product that will re-format ada code written by >different people so that the "style" is the same. We have some code >that was re-used from one project to the next, but in the process >was "cleaned up" by the second group; mostly indenting, spacing, etc. >that shouldn't really impact the code's function. > >I would like to be able to do a diff on the code, but that's not >possible the way it is right now. I'd suggest getting GNU diff, and using `diff -w', which ignores whitespace. -- Fergus Henderson | "I have always known that the pursuit WWW: | of excellence is a lethal habit" PGP: finger fjh@128.250.37.3 | -- the last words of T. S. Garp.