[libvirt] clarified syntax-check error message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I pushed the attached trivial patch after noticing that I had a tab in one of my RNG schemas and that the error message was not quite right in that case.

Dave
>From 5c7fd515b4bd9d37d0a3289561b41b87b75d471c Mon Sep 17 00:00:00 2001
From: David Allan <dallan@xxxxxxxxxx>
Date: Mon, 5 Apr 2010 10:17:31 -0400
Subject: [PATCH 1/1] Clarified error message

* Since the file pattern matches RNG schemas as well as C sources, the error message should mention both.
---
 cfg.mk |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index 74fe5ed..dcf73c4 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -133,13 +133,13 @@ sc_prohibit_ctype_h:
 	halt="don't use ctype.h; instead, use c-ctype.h"		\
 	 $(_sc_search_regexp)

-# Ensure that no C source file uses TABs for indentation.
-# Also match *.h.in files, to get libvirt.h.in.
-# Exclude files in gnulib, since they're imported.
+# Ensure that no C source file or rng schema uses TABs for
+# indentation.  Also match *.h.in files, to get libvirt.h.in.  Exclude
+# files in gnulib, since they're imported.
 sc_TAB_in_indentation:
 	@prohibit='^ *	'						\
 	in_vc_files='\.(rng|[ch](\.in)?)$$'				\
-	halt='use spaces, not TAB, for indentation in C sources'	\
+	halt='use spaces, not TAB, for indentation in C sources and RNG schemas' \
 	 $(_sc_search_regexp)

 ctype_re = isalnum|isalpha|isascii|isblank|iscntrl|isdigit|isgraph|islower\
-- 
1.7.0.1

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]