mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-19 01:04:20 +00:00
Whitespace clean-up
This commit is contained in:
parent
cc5e5bb43a
commit
c64dc65be2
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ namespace
|
|||
const int tabPos = line.indexOfChar ('\t');
|
||||
if (tabPos < 0)
|
||||
break;
|
||||
|
||||
|
||||
const int spacesPerTab = 4;
|
||||
const int spacesNeeded = spacesPerTab - (tabPos % spacesPerTab);
|
||||
line = line.replaceSection (tabPos, 1, String::repeatedString (" ", spacesNeeded));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue