cleaned all trailing white space from source files.
[sdk] / samples / guiAndGfx / HelloForm / helloForm.ec
index b169291..3f2dbf2 100644 (file)
@@ -9,7 +9,7 @@ class HelloForm : Window
 
    Label label
    {
-      this, position = { 10, 10 }, font = { "Arial", 30 }, 
+      this, position = { 10, 10 }, font = { "Arial", 30 },
       text = "Hello, World!!"
    };
 };