mirror of https://gitee.com/openkylin/libvirt.git
cfg.mk: Fix whitespaces
Just to align the backslashes with most of the file. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
80ac017632
commit
11c5c9a930
6
cfg.mk
6
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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue