From 66572e2720e06eb1870cf74c62b508f43db31b61 Mon Sep 17 00:00:00 2001 From: APTX Date: Mon, 15 Apr 2013 16:30:17 +0200 Subject: [PATCH] Coding style --- localmylist/database.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localmylist/database.cpp b/localmylist/database.cpp index a74c4c7..83f8a85 100644 --- a/localmylist/database.cpp +++ b/localmylist/database.cpp @@ -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); -- 2.52.0