diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-05-09 12:57:09 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-05-09 13:01:53 +0200 |
commit | 73f8d93f0db5a960bf22e9d080283e967f6bbfb6 (patch) | |
tree | 1f59cba63700a71857044c69d3c34a3c881bf54a /curl-wrap.h | |
parent | aca86d46417a1afb198c927aea79e50a96925580 (diff) |
Documentate, formating, linting.
Change-Id: Id77b9de1b847ca26133abd87511de4e78c7d01f7
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'curl-wrap.h')
-rw-r--r-- | curl-wrap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/curl-wrap.h b/curl-wrap.h index 3b42ef4..ab91bca 100644 --- a/curl-wrap.h +++ b/curl-wrap.h @@ -49,5 +49,3 @@ CURL *curl_wrap_prepare_post_unescaped(const char *base, const char *path, const CURL *curl_wrap_prepare_post_escaped(const char *base, const char *path, const char * const *args); -/* vim: set colorcolumn=80: */ - |