[libvirt] [PATCH] Remove double space in file name comment check

Ján Tomko jtomko at redhat.com
Tue Mar 18 12:17:11 UTC 2014


Reported by Martin Kletzander
---
Pushed as trivial.

 cfg.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cfg.mk b/cfg.mk
index a2fed11..e75323e 100644
--- 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;
 
-- 
1.8.3.2




More information about the libvir-list mailing list