ODBC indenting

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL odbc list <pgsql-odbc(at)postgresql(dot)org>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: ODBC indenting
Date: 2001-03-27 00:47:50
Message-ID: 200103270047.TAA27969@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc pgsql-patches

I am going to manually fix up some indenting issues in the ODBC code,
mostly in the *.h files.

Seems pgindent doesn't fix all indenting cases.

These changes will all be done by hand, and will not affect the
functioning of the code. Things like:

#define XXXXXXXXXXXXXXXXXXXXX 20
#define YYYYYYYYYY 30

should have the numbers aligned for easier reading. Such changes are
preserved by future pgindenting runs. It seems pgindent does not mess
with any #define value alignments.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Browse pgsql-odbc by date

  From Date Subject
Next Message Piotr Walczyszyn 2001-03-27 17:22:31 ASP ODBC INSERT PROBLEM
Previous Message Dave Page 2001-03-26 11:35:40 Driver FTP Site/Documentation (Was: [INTERFACES] ODBC Driver Need ed)

Browse pgsql-patches by date

  From Date Subject
Next Message Zeugswetter Andreas SB 2001-03-27 09:50:33 FAQ_AIX and AIX C++ patches (was: Call for platforms)
Previous Message Lee Harr 2001-03-27 00:09:35 Re: Patch (tiny): \cd (change dir) for psql.