[seed] Update style in ls example



commit 77f8791aeb4e81cd7a2c11616827cc79702514eb
Author: Robert Carr <racarr svn gnome org>
Date:   Tue Apr 28 16:02:56 2009 -0400

    Update style in ls example
---
 examples/ls.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/examples/ls.js b/examples/ls.js
index ba7269e..7e5052a 100755
--- a/examples/ls.js
+++ b/examples/ls.js
@@ -13,7 +13,6 @@ else
 
 enumerator = file.enumerate_children("standard::name,standard::size");
 
-while ((child = enumerator.next_file()))
-{
+while ((child = enumerator.next_file())){
     Seed.printf("%s\t%d",child.get_name(), child.get_size());
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]