From 551ab83cf21c727a67151a9316cbfa2fdeccca44 Mon Sep 17 00:00:00 2001 From: Ernest Galbrun Date: Wed, 23 Jul 2014 14:34:22 +0200 Subject: [PATCH] trailing whitespace --- modules/core/src/cuda_stream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/src/cuda_stream.cpp b/modules/core/src/cuda_stream.cpp index 1f73a8e..98a29df 100644 --- a/modules/core/src/cuda_stream.cpp +++ b/modules/core/src/cuda_stream.cpp @@ -190,7 +190,7 @@ void cv::cuda::Stream::enqueueHostCallback(StreamCallback callback, void* userDa #endif } -namespace +namespace { bool default_stream_is_initialized; Mutex mtx; -- 2.7.4