[seed] Update style on gtkplug example



commit 5d4f430aaad49a76ae15d0c472be6cdd78cea9c1
Author: Robert Carr <racarr svn gnome org>
Date:   Tue Apr 28 15:59:59 2009 -0400

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

diff --git a/examples/gtkplug.js b/examples/gtkplug.js
index e8bf667..415dc0c 100755
--- a/examples/gtkplug.js
+++ b/examples/gtkplug.js
@@ -8,8 +8,7 @@ var pipes = new Multiprocessing.Pipe();
 
 var child_pid = Seed.fork();
 
-if (child_pid === 0)
-{
+if (child_pid === 0){
     Gtk.init(null, null);
 
     var id = parseInt(pipes[0].read(), 10);



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