diff examples/layouts/basiclayouts/main.d @ 204:6aeaf24018d7

more D2 examples fixes
author eldar
date Mon, 13 Jul 2009 23:16:08 +0000
parents 1c51d13eef25
children
line wrap: on
line diff
--- a/examples/layouts/basiclayouts/main.d	Mon Jul 13 17:27:34 2009 +0000
+++ b/examples/layouts/basiclayouts/main.d	Mon Jul 13 23:16:08 2009 +0000
@@ -47,7 +47,7 @@
 
 int main(string[] args)
 {
-	scope app = new QApplication(args);
-	scope dialog = new Dialog;
-	return dialog.exec();
+    scope app = new QApplication(args);
+    scope dialog = new Dialog;
+    return dialog.exec();
 }