[NTG-pdftex] pdftex-1.40.0-alpha-20051226
Hartmut Henkel
hartmut_henkel at gmx.de
Tue Dec 27 09:39:39 CET 2005
On Tue, 27 Dec 2005, Martin Schröder wrote:
> http://sarovar.org/download.php/872/pdftex-1.40.0-alpha-20051221-20051226.diff.gz
> http://sarovar.org/download.php/873/pdftex-1.40.0-alpha-20051226.tar.bz2
> - .indent.pro for indent
do we really want GNUish indentation? like
if (strcmp (fp->tfm_name, nontfm) != 0)
{
p = (fm_entry *) avl_find (tfm_tree, fp);
if (p != NULL)
{
if (mode == FM_DUPIGNORE)
i would prefer K&R (--k-and-r-style):
if (strcmp(fp->tfm_name, nontfm) != 0) {
p = (fm_entry *) avl_find(tfm_tree, fp);
if (p != NULL) {
if (mode == FM_DUPIGNORE) {
Regards, Hartmut
More information about the ntg-pdftex
mailing list