Update mkl_util.h
diff --git a/tensorflow/core/util/mkl_util.h b/tensorflow/core/util/mkl_util.h
index 854d6e3..eb1a105 100644
--- a/tensorflow/core/util/mkl_util.h
+++ b/tensorflow/core/util/mkl_util.h
@@ -1540,7 +1540,6 @@
                                   std::shared_ptr<stream> t_stream = nullptr) {
     SetUsrMemDataHandle(GetTensorBuffer(tensor), t_stream);
   }
-  }
 
   /// allocate function for data buffer
   inline void AllocateBuffer(size_t size) {