[Libguestfs] [PATCH 1/5] Remove extra space in inspect-fs-unix.c

Nikos Skalkotos skalkoto at grnet.gr
Tue Dec 2 17:11:55 UTC 2014


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)
-- 
2.1.3




More information about the Libguestfs mailing list