]> xenbits.xensource.com Git - people/dariof/libvirt.git/commitdiff
util: Fix the indention
authorOsier Yang <jyang@redhat.com>
Sun, 25 Nov 2012 15:21:58 +0000 (23:21 +0800)
committerOsier Yang <jyang@redhat.com>
Sun, 25 Nov 2012 15:22:43 +0000 (23:22 +0800)
src/util/cgroup.c

index 3f7b5f7c334a5f2d8195fba7df9aa808f9d343b2..41a6e4ae4bb24669726d851538433d12f4847947 100644 (file)
@@ -1189,10 +1189,10 @@ int virCgroupSetBlkioDeviceWeight(virCgroupPtr group,
     return ret;
 }
 #else
-        int
- virCgroupSetBlkioDeviceWeight(virCgroupPtr group ATTRIBUTE_UNUSED,
-                                  const char *path ATTRIBUTE_UNUSED,
-                                  unsigned int weight ATTRIBUTE_UNUSED)
+int
+virCgroupSetBlkioDeviceWeight(virCgroupPtr group ATTRIBUTE_UNUSED,
+                              const char *path ATTRIBUTE_UNUSED,
+                              unsigned int weight ATTRIBUTE_UNUSED)
 {
     return -ENOSYS;
 }