[seed] Update notify-test example style



commit 37eaa4036ca2faba6ff0eac4b103155ebb3306fb
Author: Robert Carr <racarr svn gnome org>
Date:   Tue Apr 28 16:04:36 2009 -0400

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

diff --git a/examples/notify-test.js b/examples/notify-test.js
index ea0805e..c2cba7b 100755
--- a/examples/notify-test.js
+++ b/examples/notify-test.js
@@ -5,8 +5,7 @@ Notify = imports.gi.Notify;
 
 Gtk.init(null, null);
 
-function file_changed(monitor, child, other, event)
-{
+function file_changed(monitor, child, other, event){
     var notification =
 	new Notify.Notification({summary: "File Notification",
 				 body : "It's not clear what notification system this file is providing an example of." });



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