From 6a3e96f59d82996400e73e8c7e7a73ba8a7f64b3 Mon Sep 17 00:00:00 2001 From: kallaballa Date: Mon, 17 Apr 2023 05:50:53 +0200 Subject: [PATCH] samples: formatting --- modules/v4d/samples/vector_graphics_and_fb.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/v4d/samples/vector_graphics_and_fb.cpp b/modules/v4d/samples/vector_graphics_and_fb.cpp index 3ca57a0ab..44ee558a8 100644 --- a/modules/v4d/samples/vector_graphics_and_fb.cpp +++ b/modules/v4d/samples/vector_graphics_and_fb.cpp @@ -26,7 +26,7 @@ int main(int argc, char** argv) { //Heavily blurs the crosshair using a cheap boxFilter boxFilter(framebuffer, framebuffer, -1, Size(15, 15), Point(-1,-1), true, BORDER_REPLICATE); }); - //Display the framebuffer in the native window in an endless loop - v4d->run([=](){ return v4d->display(); }); + //Display the framebuffer in the native window in an endless loop + v4d->run([=](){ return v4d->display(); }); }