mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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:
6
cfg.mk
6
cfg.mk
@@ -893,9 +893,9 @@ sc_prohibit_wrong_filename_in_comment:
|
|||||||
fi;
|
fi;
|
||||||
|
|
||||||
sc_prohibit_virConnectOpen_in_virsh:
|
sc_prohibit_virConnectOpen_in_virsh:
|
||||||
@prohibit='\bvirConnectOpen[a-zA-Z]* *\(' \
|
@prohibit='\bvirConnectOpen[a-zA-Z]* *\(' \
|
||||||
in_vc_files='^tools/virsh-.*\.[ch]$$' \
|
in_vc_files='^tools/virsh-.*\.[ch]$$' \
|
||||||
halt='Use vshConnect() in virsh instead of virConnectOpen*' \
|
halt='Use vshConnect() in virsh instead of virConnectOpen*' \
|
||||||
$(_sc_search_regexp)
|
$(_sc_search_regexp)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user