Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ehds committed Oct 18, 2023
1 parent ddfd893 commit 965a9e7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/butil/files/dir_reader_unix.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,10 @@ class DirReaderUnix {
} else {
RAW_LOG(ERROR, "Failed to close directory.");
}
};
}
}

bool IsValid() const {
return dir_ != NULL;
}
bool IsValid() const { return dir_ != NULL; }

// Move to the next entry returning false if the iteration is complete.
bool Next() {
Expand Down

0 comments on commit 965a9e7

Please sign in to comment.