cleaned all trailing white space from source files.
[sdk] / samples / guiAndGfx / fliPlay / FliPlayApp.ec
index 7d4f5d5..d67b646 100644 (file)
@@ -3,13 +3,13 @@
 
    Copyright (c) 2001 Jerome Jacovella-St-Louis
    All Rights Reserved.
-   
+
    FliPlayApp.ec - Main Module
 ****************************************************************************/
 import "fliPlay"
 
 class FliPlayApp : GuiApplication
-{   
+{
    appName = "ECERE FLC Player";
 
    // driver = "OpenGL";
@@ -21,7 +21,7 @@ class FliPlayApp : GuiApplication
       {
          FliPlay
          {
-            borderStyle = sizable, hasClose = true, hasMaximize = true, hasMinimize = true, 
+            borderStyle = sizable, hasClose = true, hasMaximize = true, hasMinimize = true,
             text = "ECERE FLC Player", anchor = { left = 0.125, top = 0.125, right = 0.125, bottom = 0.125 },
             animation = argv[1]
          };