Vinzenz Feenstra has uploaded a new change for review.

Change subject: Remove trailing whitespaces in configuration files
......................................................................

Remove trailing whitespaces in configuration files

Change-Id: I6caa2a32f924d787c2f2db08d33bcc511b7e41e3
Signed-off-by: Vinzenz Feenstra <vfeen...@redhat.com>
---
M ovirt-guest-agent/ovirt-guest-agent.conf
M ovirt-guest-agent/ovirt-guest-agent.ini
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-guest-agent 
refs/changes/69/26669/1

diff --git a/ovirt-guest-agent/ovirt-guest-agent.conf 
b/ovirt-guest-agent/ovirt-guest-agent.conf
index f3091d3..d674432 100644
--- a/ovirt-guest-agent/ovirt-guest-agent.conf
+++ b/ovirt-guest-agent/ovirt-guest-agent.conf
@@ -39,7 +39,7 @@
 args=(('localhost', handlers.SYSLOG_UDP_PORT), handlers.SysLogHandler.LOG_USER)
 
 [handler_logfile]
-class=handlers.RotatingFileHandler 
+class=handlers.RotatingFileHandler
 args=('/var/log/ovirt-guest-agent/ovirt-guest-agent.log', 'a', 100*1024, 5)
 formatter=long
 
diff --git a/ovirt-guest-agent/ovirt-guest-agent.ini 
b/ovirt-guest-agent/ovirt-guest-agent.ini
index 64d9ed5..7f28acf 100644
--- a/ovirt-guest-agent/ovirt-guest-agent.ini
+++ b/ovirt-guest-agent/ovirt-guest-agent.ini
@@ -28,7 +28,7 @@
 propagate=0
 
 [handler_logfile]
-class=handlers.RotatingFileHandler 
+class=handlers.RotatingFileHandler
 args=('rhev-agent.log', 'a', 100*1024, 5)
 formatter=long
 


-- 
To view, visit http://gerrit.ovirt.org/26669
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6caa2a32f924d787c2f2db08d33bcc511b7e41e3
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-guest-agent
Gerrit-Branch: master
Gerrit-Owner: Vinzenz Feenstra <vfeen...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to