From 64a3bec4c1bac3c0a6e60fead2b1553a57779aa5 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 25 Jul 2025 15:21:29 +0200 Subject: [PATCH] smb whitespace, comments --- lib/smb.c | 3 +-- lib/smb.h | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/lib/smb.c b/lib/smb.c index 3b839fdffb..d6ef8f6f1d 100644 --- a/lib/smb.c +++ b/lib/smb.c @@ -1267,5 +1267,4 @@ static CURLcode smb_parse_url_path(struct Curl_easy *data, return CURLE_OK; } -#endif /* CURL_DISABLE_SMB && USE_CURL_NTLM_CORE && - SIZEOF_CURL_OFF_T > 4 */ +#endif /* CURL_DISABLE_SMB && USE_CURL_NTLM_CORE && SIZEOF_CURL_OFF_T > 4 */ diff --git a/lib/smb.h b/lib/smb.h index eb4df6550a..aa0be881c1 100644 --- a/lib/smb.h +++ b/lib/smb.h @@ -26,12 +26,11 @@ ***************************************************************************/ #if !defined(CURL_DISABLE_SMB) && defined(USE_CURL_NTLM_CORE) && \ - (SIZEOF_CURL_OFF_T > 4) + (SIZEOF_CURL_OFF_T > 4) extern const struct Curl_handler Curl_handler_smb; extern const struct Curl_handler Curl_handler_smbs; -#endif /* CURL_DISABLE_SMB && USE_CURL_NTLM_CORE && - SIZEOF_CURL_OFF_T > 4 */ +#endif /* CURL_DISABLE_SMB && USE_CURL_NTLM_CORE && SIZEOF_CURL_OFF_T > 4 */ #endif /* HEADER_CURL_SMB_H */