Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / mkl-dnn / src / common / nstl.hpp
index d9d03a5..5e42c3f 100644 (file)
@@ -47,8 +47,8 @@ inline const T& min(const T& a, const T& b) {
 
 template<typename T> void swap(T& t1, T& t2) {
     T tmp(t1);
-    t1=t2;
-    t2=tmp;
+    t1 = t2;
+    t2 = tmp;
 }
 
 // Rationale: MKL-DNN needs numeric limits implementation that does not