ACK On Thu, Dec 01, 2011 at 02:05:39PM +0000, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" <berrange@xxxxxxxxxx> > > --- > NEWS | 1 - > acinclude.m4 | 1 - > docs/libvirt-gconfig/Makefile.am | 1 - > docs/libvirt-glib/Makefile.am | 1 - > docs/libvirt-gobject/Makefile.am | 1 - > examples/conn-test.c | 1 - > examples/conn-test.js | 1 - > examples/conn-test.py | 2 -- > examples/event-test.c | 1 - > examples/event-test.py | 1 - > libvirt-gconfig/libvirt-gconfig-interface.c | 1 - > libvirt-gconfig/libvirt-gconfig-main.c | 1 - > libvirt-glib/libvirt-glib-error.c | 1 - > libvirt-glib/libvirt-glib-event.c | 1 - > libvirt-glib/libvirt-glib-main.c | 1 - > libvirt-gobject/libvirt-gobject-main.c | 1 - > libvirt-gobject/libvirt-gobject-manager.c | 1 - > python/Makefile.am | 1 - > python/libvirtglib.py | 1 - > 19 files changed, 0 insertions(+), 20 deletions(-) > > diff --git a/NEWS b/NEWS > index a4ed737..760800c 100644 > --- a/NEWS > +++ b/NEWS > @@ -18,4 +18,3 @@ > ==================== > > First public release. > - > diff --git a/acinclude.m4 b/acinclude.m4 > index c159af9..f0cb421 100644 > --- a/acinclude.m4 > +++ b/acinclude.m4 > @@ -125,4 +125,3 @@ if test -n "$PKG_CONFIG"; then > fi > fi[]dnl > ])]) > - > diff --git a/docs/libvirt-gconfig/Makefile.am b/docs/libvirt-gconfig/Makefile.am > index 215fd2f..2af0d90 100644 > --- a/docs/libvirt-gconfig/Makefile.am > +++ b/docs/libvirt-gconfig/Makefile.am > @@ -39,4 +39,3 @@ GTKDOC_LIBS = \ > $(top_builddir)/libvirt-gconfig/libvirt-gconfig-1.0.la > > include $(top_srcdir)/gtk-doc.make > - > diff --git a/docs/libvirt-glib/Makefile.am b/docs/libvirt-glib/Makefile.am > index e820d9a..81e9671 100644 > --- a/docs/libvirt-glib/Makefile.am > +++ b/docs/libvirt-glib/Makefile.am > @@ -41,4 +41,3 @@ GTKDOC_LIBS = \ > $(top_builddir)/libvirt-glib/libvirt-glib-1.0.la > > include $(top_srcdir)/gtk-doc.make > - > diff --git a/docs/libvirt-gobject/Makefile.am b/docs/libvirt-gobject/Makefile.am > index 1de847c..6eb3553 100644 > --- a/docs/libvirt-gobject/Makefile.am > +++ b/docs/libvirt-gobject/Makefile.am > @@ -41,4 +41,3 @@ GTKDOC_LIBS = \ > $(top_builddir)/libvirt-gobject/libvirt-gobject-1.0.la > > include $(top_srcdir)/gtk-doc.make > - > diff --git a/examples/conn-test.c b/examples/conn-test.c > index 37b0007..4139845 100644 > --- a/examples/conn-test.c > +++ b/examples/conn-test.c > @@ -72,4 +72,3 @@ int main(int argc, char **argv) > > return 0; > } > - > diff --git a/examples/conn-test.js b/examples/conn-test.js > index a53b128..0225a95 100755 > --- a/examples/conn-test.js > +++ b/examples/conn-test.js > @@ -38,4 +38,3 @@ function done(conn, result, data) { > conn.open_async(canc, done, null) > > gtk.main(null, null) > - > diff --git a/examples/conn-test.py b/examples/conn-test.py > index 93adb63..446d7d6 100644 > --- a/examples/conn-test.py > +++ b/examples/conn-test.py > @@ -44,5 +44,3 @@ def done(conn, result, data): > conn.open_async(canc, done, None) > > Gtk.main() > - > - > diff --git a/examples/event-test.c b/examples/event-test.c > index 4fb000e..4496992 100644 > --- a/examples/event-test.c > +++ b/examples/event-test.c > @@ -183,4 +183,3 @@ int main(int argc, char **argv) > printf("done\n"); > return 0; > } > - > diff --git a/examples/event-test.py b/examples/event-test.py > index 4b06235..6ccc8f4 100644 > --- a/examples/event-test.py > +++ b/examples/event-test.py > @@ -59,4 +59,3 @@ def main(): > > if __name__ == "__main__": > main() > - > diff --git a/libvirt-gconfig/libvirt-gconfig-interface.c b/libvirt-gconfig/libvirt-gconfig-interface.c > index 59fc12f..6fdfd93 100644 > --- a/libvirt-gconfig/libvirt-gconfig-interface.c > +++ b/libvirt-gconfig/libvirt-gconfig-interface.c > @@ -71,4 +71,3 @@ GVirConfigInterface *gvir_config_interface_new_from_xml(const gchar *xml, > xml, error); > return GVIR_CONFIG_INTERFACE(object); > } > - > diff --git a/libvirt-gconfig/libvirt-gconfig-main.c b/libvirt-gconfig/libvirt-gconfig-main.c > index b506060..d9b11c5 100644 > --- a/libvirt-gconfig/libvirt-gconfig-main.c > +++ b/libvirt-gconfig/libvirt-gconfig-main.c > @@ -82,4 +82,3 @@ gboolean gvir_init_config_check(int *argc G_GNUC_UNUSED, > > return TRUE; > } > - > diff --git a/libvirt-glib/libvirt-glib-error.c b/libvirt-glib/libvirt-glib-error.c > index 7b37192..ec56e05 100644 > --- a/libvirt-glib/libvirt-glib-error.c > +++ b/libvirt-glib/libvirt-glib-error.c > @@ -126,4 +126,3 @@ GError *gvir_error_new_valist(GQuark domain, > > return err; > } > - > diff --git a/libvirt-glib/libvirt-glib-event.c b/libvirt-glib/libvirt-glib-event.c > index a697640..05ab49e 100644 > --- a/libvirt-glib/libvirt-glib-event.c > +++ b/libvirt-glib/libvirt-glib-event.c > @@ -416,4 +416,3 @@ void gvir_event_register(void) > > g_once(&once, event_register_once, NULL); > } > - > diff --git a/libvirt-glib/libvirt-glib-main.c b/libvirt-glib/libvirt-glib-main.c > index fa27355..9c7e1c2 100644 > --- a/libvirt-glib/libvirt-glib-main.c > +++ b/libvirt-glib/libvirt-glib-main.c > @@ -84,4 +84,3 @@ gboolean gvir_init_check(int *argc G_GNUC_UNUSED, > > return TRUE; > } > - > diff --git a/libvirt-gobject/libvirt-gobject-main.c b/libvirt-gobject/libvirt-gobject-main.c > index 366a28b..3509efb 100644 > --- a/libvirt-gobject/libvirt-gobject-main.c > +++ b/libvirt-gobject/libvirt-gobject-main.c > @@ -90,4 +90,3 @@ gboolean gvir_init_object_check(int *argc, > > return TRUE; > } > - > diff --git a/libvirt-gobject/libvirt-gobject-manager.c b/libvirt-gobject/libvirt-gobject-manager.c > index a6a1933..a23695a 100644 > --- a/libvirt-gobject/libvirt-gobject-manager.c > +++ b/libvirt-gobject/libvirt-gobject-manager.c > @@ -194,4 +194,3 @@ GVirConnection *gvir_manager_find_connection_by_uri(GVirManager *man, > } > return NULL; > } > - > diff --git a/python/Makefile.am b/python/Makefile.am > index c890864..8f693bf 100644 > --- a/python/Makefile.am > +++ b/python/Makefile.am > @@ -32,4 +32,3 @@ uninstall-local: > else > all: > endif > - > diff --git a/python/libvirtglib.py b/python/libvirtglib.py > index 16500b1..3a74c3d 100644 > --- a/python/libvirtglib.py > +++ b/python/libvirtglib.py > @@ -8,4 +8,3 @@ except: > > def event_register(): > libvirtglibmod.event_register() > - > -- > 1.7.6.4 > > -- > libvir-list mailing list > libvir-list@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/libvir-list
Attachment:
pgpbGpkETd0le.pgp
Description: PGP signature
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list