Skip to content

Commit

Permalink
res: Minor formatting tweak in rc.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Oct 14, 2024
1 parent 1a2eefb commit 0e2ee6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/rc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2728,7 +2728,7 @@ std::unique_ptr<Resource> Parser::ParseResource() {
type.type() == Token::kInt
? IntOrStringName::MakeInt(type.IntValue())
: IntOrStringName::MakeUpperStringUTF16(type_utf16);
return std::make_unique<UserDefinedResource>(location ,type_name, name,
return std::make_unique<UserDefinedResource>(location, type_name, name,
std::move(raw_data));
}
}
Expand Down

0 comments on commit 0e2ee6a

Please sign in to comment.