From b3d94d6a71e74e817ad5bdb9497e88d19ec2e29d Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 10 Sep 2010 22:52:50 +0100 Subject: [PATCH] syntax: Remove trailing spaces. --- Makefile.am | 2 +- po/Makevars | 2 +- src/inspect.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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); -- 1.8.3.1