Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed Apr 2, 2024
1 parent bdabbbe commit 7fc9831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/slice2rb/RubyUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@ Slice::Ruby::generate(const UnitPtr& un, bool all, const vector<string>& include
*p = fullPath(*p);
}

for (string file : un->includeFiles())
for (string file : un->includeFiles())
{
if (isAbsolutePath(file))
{
Expand Down

0 comments on commit 7fc9831

Please sign in to comment.