From: APTX Date: Mon, 15 Apr 2013 14:30:17 +0000 (+0200) Subject: Coding style X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=66572e2720e06eb1870cf74c62b508f43db31b61;p=localmylist.git Coding style --- 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);