ODBC indenting

Started by Bruce Momjianover 25 years ago1 messagespatches
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026