]> git.saurik.com Git - wxWidgets.git/commitdiff
Indentation formatting fix. No source code affected
authorGeorge Tasker <gtasker@allenbrook.com>
Wed, 12 May 2004 16:47:17 +0000 (16:47 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Wed, 12 May 2004 16:47:17 +0000 (16:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/dbtable.cpp

index bf070f954e78b591991f7c0122239e64e62262c3..1472e3992008a6074112f8e74d478b6506f47bde 100644 (file)
@@ -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)