Skip to content

Commit e60de1d

Browse files
committed
Updated review comments.
1 parent 1590d19 commit e60de1d

File tree

1 file changed

+1
-1
lines changed
  • bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics

1 file changed

+1
-1
lines changed

bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3588,7 +3588,7 @@ public void setText (String text) {
35883588
this.originalText = text;
35893589
String[] strings = text.split("\r");
35903590
text = "";
3591-
for(int i = 0; i < strings.length; i++)
3591+
for (int i = 0; i < strings.length; i++)
35923592
text += strings[i];
35933593

35943594
if (text == null) SWT.error(SWT.ERROR_NULL_ARGUMENT);

0 commit comments

Comments
 (0)