mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03: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:
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
Block a user