pgAdmin III commit: make style.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: make style.
Date: 2013-04-30 12:06:07
Message-ID: E1UX9Jv-0001ec-Hp@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

make style.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=26aef2bd643d305a0ef452b5b5777e6d6747c8dc

Modified Files
--------------
pgadmin/ctl/ctlDefaultSecurityPanel.cpp | 4 +-
pgadmin/ctl/ctlSQLGrid.cpp | 16 +++---
pgadmin/ctl/ctlSQLResult.cpp | 8 ++--
pgadmin/db/pgConn.cpp | 16 +++---
pgadmin/debugger/dlgDirectDbg.cpp | 6 +-
pgadmin/debugger/frmDebugger.cpp | 2 +-
pgadmin/dlg/dlgUser.cpp | 2 +-
pgadmin/frm/frmStatus.cpp | 36 +++++++-------
pgadmin/include/db/pgConn.h | 38 ++++++++--------
pgadmin/include/db/pgQueryResultEvent.h | 16 +++---
pgadmin/include/db/pgQueryThread.h | 10 ++--
pgadmin/include/debugger/ctlVarWindow.h | 6 +-
pgadmin/include/debugger/dbgConst.h | 74 +++++++++++++++---------------
pgadmin/include/debugger/dbgController.h | 14 +++---
pgadmin/include/debugger/dlgDirectDbg.h | 14 +++---
pgadmin/include/debugger/frmDebugger.h | 6 +-
pgadmin/include/utils/sysSettings.h | 4 +-
pgadmin/pgAdmin3.cpp | 6 +-
pgadmin/schema/pgDatatype.cpp | 6 +-
pgadmin/schema/pgTable.cpp | 14 +++---
20 files changed, 149 insertions(+), 149 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-04-30 12:07:46 pgAdmin III commit: make style.
Previous Message Ashesh Vashi 2013-04-29 19:26:46 Re: PATCH: Debugger Redesign