[libvirt] [PATCH] cfg.mk: Fix whitespaces

Martin Kletzander mkletzan at redhat.com
Tue Mar 18 12:44:49 UTC 2014


Just to align the backslashes with most of the file.

Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---

Notes:
    Pushed as 'trivial'.

 cfg.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index e75323e..319210b 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -893,9 +893,9 @@ sc_prohibit_wrong_filename_in_comment:
 	fi;

 sc_prohibit_virConnectOpen_in_virsh:
-	@prohibit='\bvirConnectOpen[a-zA-Z]* *\('                       \
-	in_vc_files='^tools/virsh-.*\.[ch]$$'                            \
-	halt='Use vshConnect() in virsh instead of virConnectOpen*'     \
+	@prohibit='\bvirConnectOpen[a-zA-Z]* *\('                      \
+	in_vc_files='^tools/virsh-.*\.[ch]$$'                          \
+	halt='Use vshConnect() in virsh instead of virConnectOpen*'    \
 	  $(_sc_search_regexp)


-- 
1.9.0




More information about the libvir-list mailing list