Skip to content

Commit

Permalink
Dmitry request about style.
Browse files Browse the repository at this point in the history
  • Loading branch information
asfernandes committed Dec 14, 2023
1 parent a0309a4 commit aef4db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1243,8 +1243,8 @@ Firebird::PathName getPrefix(unsigned int prefType, const char* name)
gds__prefix(tmp, s.c_str());
return tmp;
}
else
return s;

return s;
}
}

Expand Down

0 comments on commit aef4db3

Please sign in to comment.