diff options
author | Richard Jones <rjones@redhat.com> | 2010-09-10 22:52:50 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-09-10 22:57:48 +0100 |
commit | b3d94d6a71e74e817ad5bdb9497e88d19ec2e29d (patch) | |
tree | d312d32d957ed7891bd2f91862f50040ac7f8fcf | |
parent | b4a3aec60ed4775f8ca2eb079e389af3a1769069 (diff) | |
download | libguestfs-b3d94d6a71e74e817ad5bdb9497e88d19ec2e29d.tar.gz libguestfs-b3d94d6a71e74e817ad5bdb9497e88d19ec2e29d.tar.xz libguestfs-b3d94d6a71e74e817ad5bdb9497e88d19ec2e29d.zip |
syntax: Remove trailing spaces.
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | po/Makevars | 2 | ||||
-rw-r--r-- | src/inspect.c | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index e9b38eae..a9c1478b 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 828a6144..f2c8d37d 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 d1bb7bb4..74ae29fe 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); |