[NTG-pdftex] pdftex-1.40.0-alpha-20051226
Thanh Han The
hanthethanh at gmail.com
Fri Jan 6 15:04:20 CET 2006
On Tue, Dec 27, 2005 at 09:39:39AM +0100, Hartmut Henkel wrote:
> 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%26R (--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) {
so do I.
Regards,
Thanh
More information about the ntg-pdftex
mailing list