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: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Ada Code Formatting Date: 1996/08/10 Message-ID: #1/1 X-Deja-AN: 173382979 references: <4ug0pq$q64@zeus.orl.mmc.com> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-08-10T00:00:00+00:00 List-Id: James said "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." Any decent diff program has an option to ignore white space, which will cure a lot of the bogus differences. You may still have problems from differences in line splitting, a lot of diff programs do NOT have the capability of ignoring line feeds. A diff program that worked only on Ada tokens would be useful