]> xenbits.xensource.com Git - libvirt.git/commitdiff
build: fix syntax-check for storage_backend
authorMartin Kletzander <mkletzan@redhat.com>
Tue, 1 Apr 2014 06:52:59 +0000 (08:52 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 1 Apr 2014 06:53:27 +0000 (08:53 +0200)
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/storage/storage_backend.c

index 42bd445223c55fa9ef642f19b2ed4d2263812015..adf0311166bb34cabd9cd7c7b35722e6b53aa82b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * storage_backend.c: internal storage driver backend contract
  *
- * Copyright (C) 2007-2013 Red Hat, Inc.
+ * Copyright (C) 2007-2014 Red Hat, Inc.
  * Copyright (C) 2007-2008 Daniel P. Berrange
  *
  * This library is free software; you can redistribute it and/or
@@ -1405,7 +1405,7 @@ virStorageBackendUpdateVolTargetInfo(virStorageVolTargetPtr target,
             goto cleanup;
     }
 
 cleanup:
+ cleanup:
     VIR_FORCE_CLOSE(fd);
 
     return ret;