Skip to content

Commit

Permalink
Fix clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
breyerml committed Dec 4, 2024
1 parent 235ca12 commit 90faa10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plssvm/detail/io/file_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ void file_reader::open_memory_mapped_file_unix([[maybe_unused]] const char *file
// open the file
file_descriptor_ = ::open(filename, O_RDONLY);

struct stat attr { };
struct stat attr{};

// check if file could be opened
if (fstat(file_descriptor_, &attr) == -1) {
Expand Down

0 comments on commit 90faa10

Please sign in to comment.