Log Message:
-----------
Braces for readability
Modified Files:
--------------
pgadmin3/src/ui:
dlgProperty.cpp (r1.115 -> r1.116)
Index: dlgProperty.cpp
===================================================================
RCS file: /projects/pgadmin3/src/ui/dlgProperty.cpp,v
retrieving revision 1.115
retrieving revision 1.116
diff -Lsrc/ui/dlgProperty.cpp -Lsrc/ui/dlgProperty.cpp -u -w -r1.115 -r1.116
--- src/ui/dlgProperty.cpp
+++ src/ui/dlgProperty.cpp
@@ -265,6 +265,7 @@
void dlgProperty::AppendNameChange(wxString &sql, const wxString &objName)
{
if (GetObject()->GetName() != GetName())
+ {
if (objName.Length() > 0)
{
sql += wxT("ALTER ") + objName
@@ -277,6 +278,7 @@
+ wxT(";\n");
}
}
+}
void dlgProperty::AppendOwnerChange(wxString &sql, const wxString &objName)
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster