[master] 58e8d1341 Un-indent the VSL NOSUP_NOTICE

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Oct 24 16:58:06 UTC 2019


commit 58e8d1341e7e5adf3b987c2fb3a335a374d09ea1
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Jul 16 10:21:59 2019 +0200

    Un-indent the VSL NOSUP_NOTICE
    
    Otherwise it is considered a code block instead of a paragraph where it
    is used.

diff --git a/include/tbl/vsl_tags.h b/include/tbl/vsl_tags.h
index f38f2f3c2..0252d0743 100644
--- a/include/tbl/vsl_tags.h
+++ b/include/tbl/vsl_tags.h
@@ -51,9 +51,9 @@
  * kept for now for VSL binary compatibility
  */
 #define NOSUP_NOTICE \
-    "\tNOTE: This tag is currently not in use in the Varnish log.\n" \
-    "\tIt is mentioned here to document legacy versions of the log,\n" \
-    "\tor reserved for possible use in future versions.\n\n"
+    "NOTE: This tag is currently not in use in the Varnish log.\n" \
+    "It is mentioned here to document legacy versions of the log,\n" \
+    "or reserved for possible use in future versions.\n\n"
 
 SLTM(Debug, SLT_F_UNSAFE, "Debug messages",
 	"Debug messages can normally be ignored, but are sometimes"


More information about the varnish-commit mailing list