From 37b3fb1c6a6319b6717885524a52553d0e560a32 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 2 Oct 2022 00:21:18 +0200 Subject: [PATCH] vauth/ntlm.h: make line shorter than 80 columns Follow-up from 265fbd937 --- lib/vauth/ntlm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/vauth/ntlm.h b/lib/vauth/ntlm.h index 5d0f0d24c6..4dfda55453 100644 --- a/lib/vauth/ntlm.h +++ b/lib/vauth/ntlm.h @@ -34,7 +34,8 @@ /* Stuff only required for curl_ntlm_msgs.c */ #ifdef BUILDING_CURL_NTLM_MSGS_C -/* Flag bits definitions based on https://davenport.sourceforge.net/ntlm.html */ +/* Flag bits definitions based on + https://davenport.sourceforge.net/ntlm.html */ #define NTLMFLAG_NEGOTIATE_UNICODE (1<<0) /* Indicates that Unicode strings are supported for use in security buffer