fix "make syntax-check" failures

* ChangeLog: Start with TAB, not 8 spaces.
* src/virterror.c: Remove trailing spaces.
This commit is contained in:
Jim Meyering 2009-01-20 13:51:52 +00:00
parent 763e33c373
commit 45062390a6
2 changed files with 11 additions and 7 deletions

View File

@ -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

View 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
*
@ -1003,5 +1003,3 @@ void virReportErrorHelper(virConnectPtr conn, int domcode, int errcode,
virerr, errorMessage, NULL, -1, -1, virerr, errorMessage);
}