[libvirt] [PATCH] Resolve build breaker

John Ferlan jferlan at redhat.com
Tue Nov 25 12:10:50 UTC 2014


Commit 'c264eeaa' didn't do the prerequisite 'make syntax-check' before
pushing. There was a <tab> in the whitespace for the comment.  Replaced
with spaces and aligned.

pushed as build breaker since Jenkins complained loudly

Signed-off-by: John Ferlan <jferlan at redhat.com>
---
 src/security/virt-aa-helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/security/virt-aa-helper.c b/src/security/virt-aa-helper.c
index f273e09..869bf18 100644
--- a/src/security/virt-aa-helper.c
+++ b/src/security/virt-aa-helper.c
@@ -571,7 +571,7 @@ valid_path(const char *path, const bool readonly)
     };
     /* override the above with these */
     const char * const override[] = {
-        "/sys/devices/pci",	/* for hostdev pci devices */
+        "/sys/devices/pci",              /* for hostdev pci devices */
         "/etc/libvirt-sandbox/services/" /* for virt-sandbox service config */
     };
 
-- 
1.9.3




More information about the libvir-list mailing list