pgAgent commit: Format the source code, using the pgAdmin astyle option

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAgent commit: Format the source code, using the pgAdmin astyle option
Date: 2011-03-21 16:35:08
Message-ID: 201103211635.p2LGZ8gV091150@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Format the source code, using the pgAdmin astyle options.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgagent.git;a=commitdiff;h=8f85b69a8bc36f19d29c48166eaa4097bc9c953f

Modified Files
--------------
connection.cpp | 835 ++++++++++++++++++++++++------------------------
include/connection.h | 141 +++++----
include/job.h | 26 +-
include/misc.h | 8 +-
include/pgAgent.h | 2 +-
job.cpp | 566 ++++++++++++++++----------------
misc.cpp | 178 +++++-----
pgAgent.cpp | 350 ++++++++++----------
pgaevent/pgamsgevent.h | 24 +-
unix.cpp | 168 +++++-----
win32.cpp | 848 ++++++++++++++++++++++++------------------------
11 files changed, 1591 insertions(+), 1555 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-03-22 11:15:53 pgAdmin III commit: Ensure that png2c is available before building pgAd
Previous Message Guillaume Lelarge 2011-03-20 16:12:43 Support for constraint trigger (8.2 feature)