Kaydet (Commit) 526e754b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: while loop has empty body

Not just a warning, but clearly an accidental editing error.

Change-Id: Ib708b1de774d56d6c4b144c4e10e280f8181b67b
üst e2451bd7
......@@ -42,7 +42,7 @@ namespace connectivity
{ // we need a table name
sal_Int32 nIntoIndex = sStmt.indexOf("INTO ");
sStmt = sStmt.copy(nIntoIndex+5);
while (sStmt.startsWith(" "));
while (sStmt.startsWith(" "))
{
sStmt = sStmt.copy(1);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment