diff --git a/lib/watcher/__init__.py b/lib/watcher/__init__.py
index 801d64047f29ac0c499af2e44fa8a14ec8bd5268..8dbaef5094e8f5bcbd8b4d81a6b140034224a8e7 100644
--- a/lib/watcher/__init__.py
+++ b/lib/watcher/__init__.py
@@ -1,7 +1,7 @@
 #
 #
 
-# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Google Inc.
+# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Google Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -101,7 +101,6 @@ def StartNodeDaemons():
     utils.EnsureDaemon(constants.MOND)
 
 
-
 def RunWatcherHooks():
   """Run the watcher hooks.