Skip to content
Snippets Groups Projects
Commit fdef5846 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Mohun Biswas' suggested change to prevent GNU indent to warn on the =-1 line.

parent f335bac8
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ typedef int curl_socket_t;
#endif /* HAVE_CURL_MULTI_SOCKET */
typedef enum {
CURLM_CALL_MULTI_PERFORM=-1, /* please call curl_multi_perform() soon */
CURLM_CALL_MULTI_PERFORM = -1, /* please call curl_multi_perform() soon */
CURLM_OK,
CURLM_BAD_HANDLE, /* the passed-in handle is not a valid CURLM handle */
CURLM_BAD_EASY_HANDLE, /* an easy handle was not good/valid */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment