Browse Source

cleancode

pull/636/head
songmingyang 2 years ago
parent
commit
21054472ec
3 changed files with 4 additions and 4 deletions
  1. +1
    -1
      parser/common/tbe_plugin_loader.cc
  2. +2
    -2
      parser/common/tbe_plugin_loader.h
  3. +1
    -1
      parser/common/thread_pool.cc

+ 1
- 1
parser/common/tbe_plugin_loader.cc View File

@@ -1,5 +1,5 @@
/**
* Copyright 2020 Huawei Technologies Co., Ltd
* Copyright (c) Huawei Technologies Co., Ltd. 2022. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.


+ 2
- 2
parser/common/tbe_plugin_loader.h View File

@@ -1,5 +1,5 @@
/**
* Copyright 2020 Huawei Technologies Co., Ltd
* Copyright (c) Huawei Technologies Co., Ltd. 2022. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -55,4 +55,4 @@ private:
};
} // namespace ge

#endif //PARSER_COMMON_TBE_PLUGIN_LOADER_H_
#endif // PARSER_COMMON_TBE_PLUGIN_LOADER_H_

+ 1
- 1
parser/common/thread_pool.cc View File

@@ -1,5 +1,5 @@
/**
* Copyright 2020 Huawei Technologies Co., Ltd
* Copyright (c) Huawei Technologies Co., Ltd. 2022. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.


Loading…
Cancel
Save