Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
barnasm1 committed Jan 15, 2025
1 parent dce5d59 commit 701cd96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/util/src/file_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# endif
// Copied from linux libc sys/stat.h:
# if !defined(__MINGW32__) && !defined(__MINGW64__)
# define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
# define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR)
# endif
#else
# include <dirent.h>
Expand Down
1 change: 0 additions & 1 deletion src/core/tests/file_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,6 @@ class FileUtilTest : public ::testing::Test {
outfile.close();
}
#endif

}

void TearDown() override {
Expand Down

0 comments on commit 701cd96

Please sign in to comment.