mirror of
https://github.com/curl/curl.git
synced 2026-07-24 05:07:17 +03:00
use curl standard source formatting
This commit is contained in:
parent
2b700fae9d
commit
b7c56594b3
1 changed files with 5 additions and 1 deletions
|
|
@ -22,7 +22,11 @@
|
|||
*
|
||||
* $Id$
|
||||
***************************************************************************/
|
||||
typedef enum {UPTSet=1,UPTCharRange,UPTNumRange} URLPatternType;
|
||||
typedef enum {
|
||||
UPTSet=1,
|
||||
UPTCharRange,
|
||||
UPTNumRange
|
||||
} URLPatternType;
|
||||
|
||||
typedef struct {
|
||||
URLPatternType type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue