[Pkg-libvirt-commits] [libguestfs] 07/59: fish: Whitespace changes.

Hilko Bengen bengen at moszumanska.debian.org
Sun May 3 21:26:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit 921a3b8be2ecefc422d74b566a1bc46064a213dc
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Apr 20 08:47:45 2015 +0100

    fish: Whitespace changes.
---
 fish/options.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/fish/options.h b/fish/options.h
index 00e0fa2..d60d9e1 100644
--- a/fish/options.h
+++ b/fish/options.h
@@ -219,7 +219,7 @@ extern void display_long_options (const struct option *) __attribute__((noreturn
   {                                                                     \
     struct guestfs_version *v = guestfs_version (g);                    \
     printf ("%s %"PRIi64".%"PRIi64".%"PRIi64"%s\n",                     \
-            guestfs_int_program_name,                                               \
+            guestfs_int_program_name,                                   \
             v->major, v->minor, v->release, v->extra);                  \
     exit (EXIT_SUCCESS);                                                \
   }
@@ -227,7 +227,7 @@ extern void display_long_options (const struct option *) __attribute__((noreturn
 #define OPTION_w                                                        \
   if (read_only) {                                                      \
     fprintf (stderr, _("%s: cannot mix --ro and --rw options\n"),       \
-             guestfs_int_program_name);                                             \
+             guestfs_int_program_name);                                 \
     exit (EXIT_FAILURE);                                                \
   }
 
@@ -239,7 +239,7 @@ extern void display_long_options (const struct option *) __attribute__((noreturn
     if (!format_consumed) {                                             \
       fprintf (stderr,                                                  \
                _("%s: --format parameter must appear before -a parameter\n"), \
-               guestfs_int_program_name);                                           \
+               guestfs_int_program_name);                               \
       exit (EXIT_FAILURE);                                              \
     }                                                                   \
   } while (0)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list