From 16fd3dd3e0976c16b31eeb88ca61f83301626cdf Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 12 Jan 2018 20:15:48 +0100 Subject: More loplugin:cstylecast: slideshow auto-rewrite with "Enable loplugin:cstylecast for some more cases" plus solenv/clang-format/reformat-formatted-files Change-Id: Ic7cd4389d4965fb53f44e34082c92a7a2ce247fc --- slideshow/source/engine/opengl/TransitionImpl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slideshow/source/engine/opengl/TransitionImpl.cxx') diff --git a/slideshow/source/engine/opengl/TransitionImpl.cxx b/slideshow/source/engine/opengl/TransitionImpl.cxx index 706816f55bd4..bb6557f4638f 100644 --- a/slideshow/source/engine/opengl/TransitionImpl.cxx +++ b/slideshow/source/engine/opengl/TransitionImpl.cxx @@ -1274,7 +1274,7 @@ std::shared_ptr makeVenetianBlinds( bool vertical, int parts Primitives_t aEnteringSlide; for( int i=0; i(parts); if( vertical ) { Slide.pushTriangle (glm::vec2 (ln,0), glm::vec2 (n,0), glm::vec2 (ln,1)); Slide.pushTriangle (glm::vec2 (n,0), glm::vec2 (ln,1), glm::vec2 (n,1)); -- cgit