Skip to content

Commit 2dee20b

Browse files
committed
Run rustfmt
1 parent 1aab372 commit 2dee20b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

curl-sys/lib.rs

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,20 @@ pub const CURL_SOCKET_BAD: curl_socket_t = !0;
4949

5050
pub enum curl_httppost {
5151
// Note that this changed in some versions of libcurl, so we currently don't
52-
// bind the fields as they're apparently not stable.
53-
// pub next: *mut curl_httppost,
54-
// pub name: *mut c_char,
55-
// pub namelength: c_long,
56-
// pub contents: *mut c_char,
57-
// pub contentslength: c_long,
58-
// pub buffer: *mut c_char,
59-
// pub bufferlength: c_long,
60-
// pub contenttype: *mut c_char,
61-
// pub contentheader: *mut curl_slist,
62-
// pub more: *mut curl_httppost,
63-
// pub flags: c_long,
64-
// pub showfilename: *mut c_char,
65-
// pub userp: *mut c_void,
52+
// bind the fields as they're apparently not stable.
53+
// pub next: *mut curl_httppost,
54+
// pub name: *mut c_char,
55+
// pub namelength: c_long,
56+
// pub contents: *mut c_char,
57+
// pub contentslength: c_long,
58+
// pub buffer: *mut c_char,
59+
// pub bufferlength: c_long,
60+
// pub contenttype: *mut c_char,
61+
// pub contentheader: *mut curl_slist,
62+
// pub more: *mut curl_httppost,
63+
// pub flags: c_long,
64+
// pub showfilename: *mut c_char,
65+
// pub userp: *mut c_void,
6666
}
6767

6868
// pub const HTTPPOST_FILENAME: c_long = 1 << 0;

0 commit comments

Comments
 (0)