Added new line at the end of files

pull/48/head
Federico Stazi 2020-08-06 21:41:02 +00:00
parent 24786c44d8
commit 6d5cfd575a
6 changed files with 5 additions and 6 deletions

View File

@ -77,4 +77,4 @@ target_include_directories(curl_sapi INTERFACE
# add examples
add_subdirectory(examples)
add_subdirectory(examples)

View File

@ -30,4 +30,4 @@ set_target_properties(custom_curl
target_link_libraries(custom_curl
CURL::libcurl
)
)

View File

@ -30,4 +30,4 @@ CURLcode curl_easy_setopt_curl_off_t(CURL* handle, CURLoption option, curl_off_t
CURLcode curl_easy_getinfo_ptr(CURL* handle, CURLINFO option, void* parameter) {
return curl_easy_getinfo(handle, option, parameter);
}
}

View File

@ -29,4 +29,4 @@ extern "C" CURLcode curl_easy_setopt_curl_off_t(CURL *handle, CURLoption option,
extern "C" CURLcode curl_easy_getinfo_ptr(CURL *handle, CURLINFO option, void* parameter);
#endif // CUSTOM_CURL_H
#endif // CUSTOM_CURL_H

View File

@ -21,4 +21,4 @@ add_executable(example1
target_link_libraries(example1 PRIVATE
curl_sapi
sapi::sapi
)
)

View File

@ -75,4 +75,3 @@ int main(int argc, char* argv[]) {
assert(status_cleanup.ok());
}