Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptakBhoumik committed Jun 9, 2022
1 parent bd6fdcd commit 4feb9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Peregrine/codegen/cpp/codegen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ std::string global_name(std::string name)
else if(c=='-'){
res+="$$$";
}
else if(c==' '){
else if(c==' '||c==':'){
res+="$$$$$$$";
}
else{
Expand Down

0 comments on commit 4feb9b5

Please sign in to comment.