]> Some of my projects - localmylist.git/commitdiff
Coding style
authorAPTX <marek321@gmail.com>
Mon, 15 Apr 2013 14:30:17 +0000 (16:30 +0200)
committerAPTX <marek321@gmail.com>
Mon, 15 Apr 2013 14:30:17 +0000 (16:30 +0200)
localmylist/database.cpp

index a74c4c7c05b46621d3e2c4eaa1736ad1d72e5981..83f8a85d0745d6b84838f87864b6962318d13070 100644 (file)
@@ -1715,7 +1715,7 @@ bool Database::exec(QSqlQuery &query)
 
                query = prepare(key);
 
-               for(auto it = values.constBegin(); it != values.constEnd(); ++it)
+               for (auto it = values.constBegin(); it != values.constEnd(); ++it)
                        query.bindValue(it.key(), it.value());
 
                return retryExec(query, false);