Skip to content

Commit

Permalink
Minor cosmetic cxhange
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Jul 9, 2024
1 parent 29b18ab commit bb8a91e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/detail/auv2/build-helper/build-helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,9 @@ int main(int argc, char **argv)
}
else
{
std::cout << " + WARNING: Unable to determine AUV2_Type for instrument type '" << u.type
<< "'" << std::endl;
std::cout << " Defaulting to AUV2_Type::musicdevice" << std::endl;
std::cout << " + WARNING: Unable to determine AUV2_Type for instrument type '" << u.type
<< "'\n"
<< " Defaulting to AUV2_Type::musicdevice" << std::endl;
cppf << "AUV2_Type::aumu_musicdevice";
}
cppf << "," << args << ", ci) {}"
Expand Down

0 comments on commit bb8a91e

Please sign in to comment.