From 493ac1df3731aa58e78a26f47d2af8d6dd16b7ee Mon Sep 17 00:00:00 2001 From: filipsladek Date: Tue, 29 Mar 2016 22:44:03 +0200 Subject: [PATCH] code style --- modules/cudafilters/src/filtering.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/cudafilters/src/filtering.cpp b/modules/cudafilters/src/filtering.cpp index 587fbe1b90..fcf54523e1 100644 --- a/modules/cudafilters/src/filtering.cpp +++ b/modules/cudafilters/src/filtering.cpp @@ -152,11 +152,11 @@ namespace oAnchor.x = anchor_.x; oAnchor.y = anchor_.y; - const int depth = CV_MAT_DEPTH(type_); - const int cn = CV_MAT_CN(type_); + const int depth = CV_MAT_DEPTH(type_); + const int cn = CV_MAT_CN(type_); - switch (depth) - { + switch (depth) + { case CV_8U: { static const nppFilterBox8U_t funcs8U[] = { 0, nppiFilterBox_8u_C1R, 0, 0, nppiFilterBox_8u_C4R };