1
0
Fork 0
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:
jules 2013-01-05 20:07:22 +00:00
parent ddb6b969ea
commit e543949bda
28 changed files with 109 additions and 117 deletions

View file

@ -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)