diff --git a/src/cpp/src/whisper/whisper_utils.cpp b/src/cpp/src/whisper/whisper_utils.cpp index 2cc3cbe6cc..6e56a1439d 100644 --- a/src/cpp/src/whisper/whisper_utils.cpp +++ b/src/cpp/src/whisper/whisper_utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2023-2024 Intel Corporation +// Copyright (C) 2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "whisper_utils.hpp" @@ -16,7 +16,7 @@ void filter_by_ranges(std::vector& value, size_t offset, std::vector>& ranges); -} //namespace utils -} // namespace genai -} // namespace ov \ No newline at end of file +} // namespace utils +} // namespace genai +} // namespace ov