addressing comment in pr. removing extra space added in previous checkin

This commit is contained in:
amerhifi 2019-05-14 09:39:44 -07:00
parent a5f4664001
commit fe6b2fceed
2 changed files with 2 additions and 4 deletions

View file

@ -1,4 +1,4 @@
//
//
// Application.h
// interface/src
//
@ -78,8 +78,6 @@
#include "Sound.h"
class GLCanvas;
class FaceTracker;
class MainWindow;

View file

@ -251,7 +251,7 @@ GPUIdent* GPUIdent::ensureQuery(const QString& vendor, const QString& renderer)
*/
if (!validAdapterList.empty()) {
for (auto outy = adapterToOutputs.begin(); outy != adapterToOutputs.end(); outy++) {
for (auto outy = adapterToOutputs.begin(); outy != adapterToOutputs.end(); ++outy) {
AdapterEntry entry = *outy;
for (auto test = entry.second.begin(); test != entry.second.end(); ++test) {