Skip to content

Commit

Permalink
Code review fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Joaquin Anton <[email protected]>
  • Loading branch information
jantonguirao committed Apr 18, 2024
1 parent dccfd58 commit 3d6eb31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dali/benchmark/file_reader_bench.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
// Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. 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.
Expand Down
2 changes: 1 addition & 1 deletion dali/operators/reader/loader/discover_files.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct FileDiscoveryOptions {
* @brief Finds all (file, label, size) information, following the criteria given by opts.
*/
DLL_PUBLIC vector<FileLabelEntry> discover_files(const std::string &file_root,
const FileDiscoveryOptions &opts);
const FileDiscoveryOptions &opts);

} // namespace dali

Expand Down

0 comments on commit 3d6eb31

Please sign in to comment.