From: George Tasker Date: Wed, 12 May 2004 16:47:17 +0000 (+0000) Subject: Indentation formatting fix. No source code affected X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/35ac11045c41ee68b4f5dd8edfa23ac91adf215e Indentation formatting fix. No source code affected git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/dbtable.cpp b/src/common/dbtable.cpp index bf070f954e..1472e39920 100644 --- a/src/common/dbtable.cpp +++ b/src/common/dbtable.cpp @@ -494,7 +494,7 @@ bool wxDbTable::bindParams(bool forUpdate) else if (colDefs[i].SqlCtype == SQL_C_CHAR) colDefs[i].CbValue = SQL_LEN_DATA_AT_EXEC(0); else - colDefs[i].CbValue = SQL_LEN_DATA_AT_EXEC(colDefs[i].SzDataObj); + colDefs[i].CbValue = SQL_LEN_DATA_AT_EXEC(colDefs[i].SzDataObj); break; } if (forUpdate)