From: Richard Jones Date: Fri, 10 Sep 2010 21:52:50 +0000 (+0100) Subject: syntax: Remove trailing spaces. X-Git-Tag: 1.5.12~14 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=b3d94d6a71e74e817ad5bdb9497e88d19ec2e29d syntax: Remove trailing spaces. --- diff --git a/Makefile.am b/Makefile.am index e9b38ea..a9c1478 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,7 @@ endif SUBDIRS += gnulib/tests capitests regressions test-tool # Guestfish. -SUBDIRS += fish +SUBDIRS += fish # Language bindings. if HAVE_PERL diff --git a/po/Makevars b/po/Makevars index 828a614..f2c8d37 100644 --- a/po/Makevars +++ b/po/Makevars @@ -40,4 +40,4 @@ MSGID_BUGS_ADDRESS = https://bugzilla.redhat.com/enter_bug.cgi?component=libgues # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. -EXTRA_LOCALE_CATEGORIES = +EXTRA_LOCALE_CATEGORIES = diff --git a/src/inspect.c b/src/inspect.c index d1bb7bb..74ae29f 100644 --- a/src/inspect.c +++ b/src/inspect.c @@ -1193,7 +1193,7 @@ guestfs__inspect_get_distro (guestfs_h *g, const char *root) return ret; } -int +int guestfs__inspect_get_major_version (guestfs_h *g, const char *root) { struct inspect_fs *fs = search_for_root (g, root); @@ -1203,7 +1203,7 @@ guestfs__inspect_get_major_version (guestfs_h *g, const char *root) return fs->major_version; } -int +int guestfs__inspect_get_minor_version (guestfs_h *g, const char *root) { struct inspect_fs *fs = search_for_root (g, root);