source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: style: missing blank between case statement and label; from
@ 2017-01-08 16:38 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2017-01-08 16:38 UTC (permalink / raw)
  To: source

Log Message:
-----------
style: missing blank between case statement and label;
from Tiago Silva <tiagofilipesilva at icloud dot com> long ago

Modified Files:
--------------
    mdocml:
        html.c

Revision Data
-------------
Index: html.c
===================================================================
RCS file: /home/cvs/mdocml/mdocml/html.c,v
retrieving revision 1.192
retrieving revision 1.193
diff -Lhtml.c -Lhtml.c -u -p -r1.192 -r1.193
--- html.c
+++ html.c
@@ -662,7 +662,7 @@ buffmt_includes(struct html *h, const ch
 	while (NULL != (p = strchr(pp, '%'))) {
 		bufncat(h, pp, (size_t)(p - pp));
 		switch (*(p + 1)) {
-		case'I':
+		case 'I':
 			bufcat(h, name);
 			break;
 		default:
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-08 16:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-08 16:38 mdocml: style: missing blank between case statement and label; from schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).