From 0786441ed1828c411a16d6648baee753a02a3ddb Mon Sep 17 00:00:00 2001
From: zhangmeng <zhangmeng@aiotlink.com>
Date: 星期二, 25 二月 2020 11:24:16 +0800
Subject: [PATCH] expand tabs to 4 spaces

---
 csrc/reid.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/csrc/reid.cpp b/csrc/reid.cpp
index f894176..3b34bf4 100644
--- a/csrc/reid.cpp
+++ b/csrc/reid.cpp
@@ -11,8 +11,8 @@
 ,start_(false)
 {
     if(init(gpu_index, module_path) < 0){
-		throw std::runtime_error("init swscale error");
-	}
+        throw std::runtime_error("init swscale error");
+    }
 }
 
 reid::~reid()

--
Gitblit v1.8.0