]> xenbits.xensource.com Git - libvirt.git/commitdiff
Resolve build breaker
authorJohn Ferlan <jferlan@redhat.com>
Tue, 25 Nov 2014 12:06:46 +0000 (07:06 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 25 Nov 2014 12:06:46 +0000 (07:06 -0500)
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

src/security/virt-aa-helper.c

index f273e09dacb23423c45b5e8e73ac164fb9c26df2..869bf18b87f6df11ec2f53302b2294d5d57ff628 100644 (file)
@@ -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 */
     };