We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1590d19 commit e60de1dCopy full SHA for e60de1d
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
@@ -3588,7 +3588,7 @@ public void setText (String text) {
3588
this.originalText = text;
3589
String[] strings = text.split("\r");
3590
text = "";
3591
- for(int i = 0; i < strings.length; i++)
+ for (int i = 0; i < strings.length; i++)
3592
text += strings[i];
3593
3594
if (text == null) SWT.error(SWT.ERROR_NULL_ARGUMENT);
0 commit comments