diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2020-04-25 11:15:49 +0200 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2020-04-25 11:15:49 +0200 |
commit | 6ad062ae71f13918acaf456756c2a6de5aeab70e (patch) | |
tree | 6700cfee286b83330fca4f7e3a6193ddf083137c /lib/urldata.h | |
parent | 7bc709f670237fbee49e24bc96ec3f190b8fc539 (diff) | |
download | curl-6ad062ae71f13918acaf456756c2a6de5aeab70e.tar.gz |
lib: clean up whitespace
This fixes CodeFactor warnings.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r-- | lib/urldata.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h index 6e426a29f..50d8b84a6 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -1333,7 +1333,6 @@ struct urlpieces { }; struct UrlState { - /* Points to the connection cache */ struct conncache *conn_cache; |