mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-05 03:50:07 +00:00
Minor clean-ups.
This commit is contained in:
parent
ddb6b969ea
commit
e543949bda
28 changed files with 109 additions and 117 deletions
|
|
@ -193,8 +193,8 @@ namespace CodeHelpers
|
|||
{
|
||||
if (includePath.startsWithChar ('<') || includePath.startsWithChar ('"'))
|
||||
return "#include " + includePath;
|
||||
else
|
||||
return "#include \"" + includePath + "\"";
|
||||
|
||||
return "#include \"" + includePath + "\"";
|
||||
}
|
||||
|
||||
String makeHeaderGuardName (const File& file)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue