mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Added new line at the end of files
This commit is contained in:
parent
24786c44d8
commit
6d5cfd575a
|
@ -77,4 +77,4 @@ target_include_directories(curl_sapi INTERFACE
|
||||||
|
|
||||||
# add examples
|
# add examples
|
||||||
|
|
||||||
add_subdirectory(examples)
|
add_subdirectory(examples)
|
||||||
|
|
|
@ -30,4 +30,4 @@ set_target_properties(custom_curl
|
||||||
|
|
||||||
target_link_libraries(custom_curl
|
target_link_libraries(custom_curl
|
||||||
CURL::libcurl
|
CURL::libcurl
|
||||||
)
|
)
|
||||||
|
|
|
@ -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) {
|
CURLcode curl_easy_getinfo_ptr(CURL* handle, CURLINFO option, void* parameter) {
|
||||||
return curl_easy_getinfo(handle, option, parameter);
|
return curl_easy_getinfo(handle, option, parameter);
|
||||||
}
|
}
|
||||||
|
|
|
@ -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);
|
extern "C" CURLcode curl_easy_getinfo_ptr(CURL *handle, CURLINFO option, void* parameter);
|
||||||
|
|
||||||
#endif // CUSTOM_CURL_H
|
#endif // CUSTOM_CURL_H
|
||||||
|
|
|
@ -21,4 +21,4 @@ add_executable(example1
|
||||||
target_link_libraries(example1 PRIVATE
|
target_link_libraries(example1 PRIVATE
|
||||||
curl_sapi
|
curl_sapi
|
||||||
sapi::sapi
|
sapi::sapi
|
||||||
)
|
)
|
||||||
|
|
|
@ -75,4 +75,3 @@ int main(int argc, char* argv[]) {
|
||||||
assert(status_cleanup.ok());
|
assert(status_cleanup.ok());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user