From 3d809c38f4e783965561e148d3583381d5e91594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Sun, 17 Feb 2019 21:50:46 -0800 Subject: [PATCH] Cleanup. --- tools/texturev/texturev.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/texturev/texturev.cpp b/tools/texturev/texturev.cpp index 755861aca..22a95b8ba 100644 --- a/tools/texturev/texturev.cpp +++ b/tools/texturev/texturev.cpp @@ -269,8 +269,7 @@ bool openFileSelectionDialog( , _inOutfilePath.get() ); - bx::LineReader lr(_filter); - while (!lr.isDone() ) + for (bx::LineReader lr(_filter); !lr.isDone();) { const bx::StringView line = lr.next();