]> git.lyx.org Git - features.git/blobdiff - src/graphics/GraphicsLoader.cpp
WS cleanup, remove extraeneous spaces
[features.git] / src / graphics / GraphicsLoader.cpp
index f635e0b321f6b8e625f53bf469d8811adce36779..5ed19c60eafec6825ef28a4b943f16439a46aa27 100644 (file)
@@ -96,11 +96,10 @@ void LoaderQueue::loadNext()
                if (ptr->status() == WaitingToLoad)
                        ptr->startLoading();
        }
-       if (!cache_queue_.empty()) {
+       if (!cache_queue_.empty())
                startLoader();
-       } else {
+       else
                stopLoader();
-       }
 }