Skip to content

Commit 020257f

Browse files
committed
Coding style fixes.
1 parent f5f7bf1 commit 020257f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/monolithic/gst/inference_elements/common/post_processor/converters/to_tensor/paddle_ocr.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (C) 2021-2025 Intel Corporation
2+
* Copyright (C) 2021-2026 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
******************************************************************************/
@@ -15,7 +15,6 @@
1515
#include <sstream>
1616
#include <stdexcept>
1717

18-
1918
using namespace post_processing;
2019
using namespace InferenceBackend;
2120

src/monolithic/gst/inference_elements/common/post_processor/converters/to_tensor/paddle_ocr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (C) 2021-2025 Intel Corporation
2+
* Copyright (C) 2021-2026 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
******************************************************************************/

0 commit comments

Comments
 (0)