]> xenbits.xensource.com Git - libvirt.git/commitdiff
fix "make syntax-check" failures
authorJim Meyering <meyering@redhat.com>
Tue, 20 Jan 2009 13:51:52 +0000 (13:51 +0000)
committerJim Meyering <meyering@redhat.com>
Tue, 20 Jan 2009 13:51:52 +0000 (13:51 +0000)
* ChangeLog: Start with TAB, not 8 spaces.
* src/virterror.c: Remove trailing spaces.

ChangeLog
src/virterror.c

index e57ba895b6ed45a233b9913bdd8aab5d61c427df..08b11d494e3bb459427660ebb124c80df0f44ee6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Jan 20 14:50:58 CET 2009 Jim Meyering <meyering@redhat.com>
+
+       fix "make syntax-check" failures
+       * ChangeLog: Start with TAB, not 8 spaces.
+       * src/virterror.c: Remove trailing spaces.
+
 Tue Jan 20 12:25:53 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
 
        * configure.ac: Fix alignment of configuration summary output
@@ -7,8 +13,8 @@ Tue Jan 20 12:08:53 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
        * include/libvirt/libvirt.h, include/libvirt/libvirt.h.in,
        src/libvirt.c, src/libvirt_public.syms: Add new ref counting
        APIs for public objects: virConnectRef, virDomainRef,
-        virNetworkRef, virStoragePoolRef, virStorageVolRef,
-        virNodeDeviceRef
+       virNetworkRef, virStoragePoolRef, virStorageVolRef,
+       virNodeDeviceRef
 
 Tue Jan 20 12:03:53 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
 
index 0be442cd06d8a7143180407ae4e4cbaec6c2d792..73810e28092720ff80782f91742be9615ffaffac 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * virterror.c: implements error handling and reporting code for libvirt
  *
- * Copy:  Copyright (C) 2006, 2008 Red Hat, Inc.
+ * Copy:  Copyright (C) 2006, 2008, 2009 Red Hat, Inc.
  *
  * See COPYING.LIB for the License of this software
  *
@@ -334,7 +334,7 @@ virResetLastError(void)
  * If the connection object was discovered to be invalid by
  * an API call, then the error will be reported against the
  * global error object.
- * 
+ *
  * Since 0.6.0, all errors reported in the per-connection object
  * are also duplicated in the global error object. As such an
  * application can always use virGetLastError(). This method
@@ -365,7 +365,7 @@ virConnGetLastError(virConnectPtr conn)
  * If the connection object was discovered to be invalid by
  * an API call, then the error will be reported against the
  * global error object.
- * 
+ *
  * Since 0.6.0, all errors reported in the per-connection object
  * are also duplicated in the global error object. As such an
  * application can always use virGetLastError(). This method
@@ -1003,5 +1003,3 @@ void virReportErrorHelper(virConnectPtr conn, int domcode, int errcode,
                   virerr, errorMessage, NULL, -1, -1, virerr, errorMessage);
 
 }
-
-