Skip to content

Commit

Permalink
Adjust style.
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic committed Jan 14, 2020
1 parent 7b0fd62 commit 6ac7378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rcpputils/filesystem_helper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ inline bool exists(const path & path_to_check)
inline bool create_directories(const path & p)
{
path p_built;

int status = 0;

for (auto it = p.cbegin(); it != p.cend() && status == 0; ++it) {
if (p_built.empty()) {
p_built = *it;
Expand Down

0 comments on commit 6ac7378

Please sign in to comment.