Skip to content

Commit e12a098

Browse files
author
happy
committed
change detail for indent
1 parent e8c0482 commit e12a098

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/tensorRT/builder/trt_builder.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
#include <stdarg.h>
1616
#include <common/cuda_tools.hpp>
1717

18-
using namespace nvinfer1;
19-
using namespace std;
20-
//using namespace nvcaffeparser1;
18+
using namespace nvinfer1;
19+
using namespace std;
20+
//using namespace nvcaffeparser1 ;
2121

2222
class Logger : public ILogger {
2323
public:
@@ -235,7 +235,7 @@ namespace TRT {
235235
return true;
236236
}
237237
return false;
238-
}
238+
}
239239

240240
template<typename _T>
241241
static void destroy_nvidia_pointer(_T* ptr) {
@@ -671,4 +671,4 @@ namespace TRT {
671671
return true;
672672
}
673673
}
674-
}; //namespace TRTBuilder
674+
}; //namespace TRTBuilder

0 commit comments

Comments
 (0)