Mohun Biswas' suggested change to prevent GNU indent to warn on the =-1 line.
authorDaniel Stenberg <daniel@haxx.se>
Tue, 18 Oct 2005 07:26:43 +0000 (07:26 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 18 Oct 2005 07:26:43 +0000 (07:26 +0000)
include/curl/multi.h

index fe34a42..d940571 100644 (file)
@@ -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 */