From 9598b71fba771ee17c73494e87bd47781be09c51 Mon Sep 17 00:00:00 2001
From: Michele Tartara <mtartara@google.com>
Date: Tue, 14 May 2013 18:26:07 +0100
Subject: [PATCH] Remove extra newline

Also, properly set the date of the last modification.

Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Helga Velroyen <helgav@google.com>
---
 lib/watcher/__init__.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/watcher/__init__.py b/lib/watcher/__init__.py
index 801d64047..8dbaef509 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.
 
-- 
GitLab