mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
Indentation tidyup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11768 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
21a1c20196
commit
0b806e1512
1 changed files with 3 additions and 1 deletions
|
@ -476,7 +476,9 @@ static NSCharacterSet *invSelectionWordGranularitySet;
|
|||
|
||||
// No editing
|
||||
if (!mask)
|
||||
return;
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
[self invalidateGlyphsForCharacterRange: invalidatedCharRange
|
||||
changeInLength: delta
|
||||
|
|
Loading…
Reference in a new issue