mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
Remove double space in file name comment check
Reported by Martin Kletzander
This commit is contained in:
parent
14fc041f69
commit
80ac017632
2
cfg.mk
2
cfg.mk
@ -888,7 +888,7 @@ sc_prohibit_wrong_filename_in_comment:
|
||||
} \
|
||||
}' $$($(VC_LIST_EXCEPT) | grep '\.[ch]$$') || fail=1; \
|
||||
if test $$fail -eq 1; then \
|
||||
{ echo '$(ME): The file name in comments must match the ' \
|
||||
{ echo '$(ME): The file name in comments must match the' \
|
||||
'actual file name' 1>&2; exit 1; } \
|
||||
fi;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user