diff examples/draganddrop/dropsite/dropsitewindow.d @ 69:79d648fdee0f

small indentation correction
author mandel
date Wed, 20 May 2009 13:23:20 +0000
parents e747af2e6b46
children 6aeaf24018d7
line wrap: on
line diff
--- a/examples/draganddrop/dropsite/dropsitewindow.d	Wed May 20 07:31:01 2009 +0000
+++ b/examples/draganddrop/dropsite/dropsitewindow.d	Wed May 20 13:23:20 2009 +0000
@@ -108,7 +108,7 @@
 		if (!mimeData)
 			return;
 
-        foreach (char[] format; mimeData.formats()) {
+		foreach (char[] format; mimeData.formats()) {
 			QTableWidgetItem formatItem = new QTableWidgetItem(format);
 			formatItem.setFlags(Qt.ItemIsEnabled);
 			formatItem.setTextAlignment(Qt.AlignTop | Qt.AlignLeft);