From: jason taylor Date: Tue, 26 Apr 2022 20:35:52 +0000 (+0000) Subject: doc: remove extra newline in order to match style X-Git-Tag: suricata-7.0.0-beta1~636 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd54d0dbc882f1bdfcbc60bb48650ae95d73d783;p=thirdparty%2Fsuricata.git doc: remove extra newline in order to match style Signed-off-by: jason taylor --- diff --git a/doc/userguide/rules/http-keywords.rst b/doc/userguide/rules/http-keywords.rst index e7f4f1beba..c3bf4a6a0e 100644 --- a/doc/userguide/rules/http-keywords.rst +++ b/doc/userguide/rules/http-keywords.rst @@ -276,7 +276,6 @@ Example:: alert http any any -> any any (flow:to_server; http.protocol; content:"HTTP/1.0"; sid:1;) - http.request_line -----------------