diff --git a/modules/space/rendering/renderableconstellationlines.cpp b/modules/space/rendering/renderableconstellationlines.cpp index 3d65f25e44..de769b7b61 100644 --- a/modules/space/rendering/renderableconstellationlines.cpp +++ b/modules/space/rendering/renderableconstellationlines.cpp @@ -262,8 +262,7 @@ void RenderableConstellationLines::initializeGL() { void RenderableConstellationLines::deinitializeGL() { using ConstellationKeyValuePair = std::pair; - for (const ConstellationKeyValuePair& pair : _renderingConstellationsMap) - { + for (const ConstellationKeyValuePair& pair : _renderingConstellationsMap) { glDeleteVertexArrays(1, &pair.second.vaoArray); glDeleteBuffers(1, &pair.second.vboArray); }