]> xenbits.xensource.com Git - libvirt.git/commitdiff
Remove double space in file name comment check
authorJán Tomko <jtomko@redhat.com>
Tue, 18 Mar 2014 12:15:31 +0000 (13:15 +0100)
committerJán Tomko <jtomko@redhat.com>
Tue, 18 Mar 2014 12:15:31 +0000 (13:15 +0100)
Reported by Martin Kletzander

cfg.mk

diff --git a/cfg.mk b/cfg.mk
index a2fed1107729488f37c1c0e4d506a288813a89c4..e75323ec285cfbc12d04fa836133ed25891be515 100644 (file)
--- a/cfg.mk
+++ b/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;