[Pkg-libvirt-commits] [libguestfs] 37/384: Remove extra space in inspect-fs-unix.c

Hilko Bengen bengen at moszumanska.debian.org
Sun Mar 29 16:55:18 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 7c7755eb608e91658445be0adb312121f7438edf
Author: Nikos Skalkotos <skalkoto at grnet.gr>
Date:   Tue Dec 2 19:11:55 2014 +0200

    Remove extra space in inspect-fs-unix.c
    
    Signed-off-by: Nikos Skalkotos <skalkoto at grnet.gr>
---
 src/inspect-fs-unix.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/inspect-fs-unix.c b/src/inspect-fs-unix.c
index 01a59f1..f55e53b 100644
--- a/src/inspect-fs-unix.c
+++ b/src/inspect-fs-unix.c
@@ -58,8 +58,8 @@ COMPILE_REGEXP (re_scientific_linux,
                 "Scientific Linux.*release (\\d+)\\.(\\d+)", 0)
 COMPILE_REGEXP (re_scientific_linux_no_minor,
                 "Scientific Linux.*release (\\d+)", 0)
-  COMPILE_REGEXP (re_oracle_linux_old,
-                  "Oracle Linux.*release (\\d+).*Update (\\d+)", 0)
+COMPILE_REGEXP (re_oracle_linux_old,
+                "Oracle Linux.*release (\\d+).*Update (\\d+)", 0)
 COMPILE_REGEXP (re_oracle_linux,
                 "Oracle Linux.*release (\\d+)\\.(\\d+)", 0)
 COMPILE_REGEXP (re_oracle_linux_no_minor, "Oracle Linux.*release (\\d+)", 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